#BD9F3E

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

Shades of Roti #BD9F3E

Tints of Roti #BD9F3E

Color information

#BD9F3E (or 0xBD9F3E) is unknown color: approx Roti. HEX triplet: BD, 9F and 3E. RGB value is (189,159,62). Sum of RGB (Red+Green+Blue) = 189+159+62=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F3E is #4260C1. Grayscale: #9D9D9D. Windows color (decimal): -4350146 or 4104125. OLE color: 4104125.

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

Color convert

RGB18915962-
CMYK00.160.670.26
HSL45.83º50.6%49.22%-
HSV(B)45.83º67.2%74.12%-
XYZ34.2535.969.69-
YUV156.9174.44150.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=46.10%
G=38.78%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891596200.160.670.2645.8350.649.22
HexBD9F3E010431A2e3331
Octal2752377602010332566361
Binary1011110110011111111110010000100001111010101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F3E; }

 p { color: rgb(189,159,62); }

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

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

 a { background-color: rgb(189,159,62); }

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

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

 span { border-color: rgb(189,159,62); }

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