#BD9C38

Color #BD9C38 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BD9C38

Tints of Roti #BD9C38

Color information

#BD9C38 (or 0xBD9C38) is unknown color: approx Roti. HEX triplet: BD, 9C and 38. RGB value is (189,156,56). Sum of RGB (Red+Green+Blue) = 189+156+56=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C38 is #4263C7. Grayscale: #9A9A9A. Windows color (decimal): -4350920 or 3710141. OLE color: 3710141.

HSL color Cylindrical-coordinate representation of color #BD9C38: hue angle of 45.11º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9C38 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18915656-
CMYK00.170.700.26
HSL45.11º54.29%48.04%-
HSV(B)45.11º70.37%74.12%-
XYZ33.5934.888.7-
YUV154.4772.43152.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 56 (22.27% from 255) = 13.97%
R=47.13%
G=38.90%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891565600.170.700.2645.1154.2948.04
HexBD9C38011461A2d3630
Octal2752347002110632556660
Binary1011110110011100111000010001100011011010101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C38; }

 p { color: rgb(189,156,56); }

 H1.HeaderClassName
 {
   color: #BD9C38;
 }
 .AnyTagClassName
 {
   color: #BD9C38;
 }
</style>
background-color css

<style>
 a { background-color: #BD9C38; }

 a { background-color: rgb(189,156,56); }

 div.DivClassName
 {
   background-color: #BD9C38;
 }
 .BgClassName
 {
   background-color: #BD9C38;
 }
</style>
border-color css

<style>
 span { border-color: #BD9C38; }

 span { border-color: rgb(189,156,56); }

 td.TdClassName
 {
   border-color: #BD9C38;
 }
 .TagClassName
 {
   border-color: #BD9C38;
 }
</style>