#BDA041

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

Shades of Roti #BDA041

Tints of Roti #BDA041

Color information

#BDA041 (or 0xBDA041) is unknown color: approx Roti. HEX triplet: BD, A0 and 41. RGB value is (189,160,65). Sum of RGB (Red+Green+Blue) = 189+160+65=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA041 is #425FBE. Grayscale: #9E9E9E. Windows color (decimal): -4349887 or 4300989. OLE color: 4300989.

HSL color Cylindrical-coordinate representation of color #BDA041: hue angle of 45.97º 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 #BDA041 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18916065-
CMYK00.150.660.26
HSL45.97º48.82%49.8%-
HSV(B)45.97º65.61%74.12%-
XYZ34.5136.3410.2-
YUV157.8475.61150.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 65 (25.78% from 255) = 15.70%
R=45.65%
G=38.65%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891606500.150.660.2645.9748.8249.8
HexBDA0410F421A2e3132
Octal27524010101710232566162
Binary1011110110100000100000101111100001011010101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA041; }

 p { color: rgb(189,160,65); }

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

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

 a { background-color: rgb(189,160,65); }

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

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

 span { border-color: rgb(189,160,65); }

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