#BD9C36

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

Shades of Roti #BD9C36

Tints of Roti #BD9C36

Color information

#BD9C36 (or 0xBD9C36) is unknown color: approx Roti. HEX triplet: BD, 9C and 36. RGB value is (189,156,54). Sum of RGB (Red+Green+Blue) = 189+156+54=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C36 is #4263C9. Grayscale: #9A9A9A. Windows color (decimal): -4350922 or 3579069. OLE color: 3579069.

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

Color convert

RGB18915654-
CMYK00.170.710.26
HSL45.33º55.56%47.65%-
HSV(B)45.33º71.43%74.12%-
XYZ33.5434.868.45-
YUV154.2471.43152.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 54 (21.48% from 255) = 13.53%
R=47.37%
G=39.10%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891565400.170.710.2645.3355.5647.65
HexBD9C36011471A2d3830
Octal2752346602110732557060
Binary1011110110011100110110010001100011111010101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C36; }

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

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

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

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

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

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

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

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