#BD9940

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

Shades of Roti #BD9940

Tints of Roti #BD9940

Color information

#BD9940 (or 0xBD9940) is unknown color: approx Roti. HEX triplet: BD, 99 and 40. RGB value is (189,153,64). Sum of RGB (Red+Green+Blue) = 189+153+64=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9940 is #4266BF. Grayscale: #9A9A9A. Windows color (decimal): -4351680 or 4233661. OLE color: 4233661.

HSL color Cylindrical-coordinate representation of color #BD9940: hue angle of 42.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD9940 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18915364-
CMYK00.190.660.26
HSL42.72º49.41%49.61%-
HSV(B)42.72º66.14%74.12%-
XYZ33.333.979.65-
YUV153.6277.43153.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 64 (25.39% from 255) = 15.76%
R=46.55%
G=37.68%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891536400.190.660.2642.7249.4149.61
HexBD9940013421A2b3132
Octal27523110002310232536162
Binary10111101100110011000000010011100001011010101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9940; }

 p { color: rgb(189,153,64); }

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

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

 a { background-color: rgb(189,153,64); }

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

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

 span { border-color: rgb(189,153,64); }

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