#BD9E44

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

Shades of Roti #BD9E44

Tints of Roti #BD9E44

Color information

#BD9E44 (or 0xBD9E44) is unknown color: approx Roti. HEX triplet: BD, 9E and 44. RGB value is (189,158,68). Sum of RGB (Red+Green+Blue) = 189+158+68=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E44 is #4261BB. Grayscale: #9D9D9D. Windows color (decimal): -4350396 or 4497085. OLE color: 4497085.

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

Color convert

RGB18915868-
CMYK00.160.640.26
HSL44.63º47.83%50.39%-
HSV(B)44.63º64.02%74.12%-
XYZ34.2635.6910.55-
YUV157.0177.77150.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 68 (26.95% from 255) = 16.39%
R=45.54%
G=38.07%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891586800.160.640.2644.6347.8350.39
HexBD9E44010401A2d3032
Octal27523610402010032556062
Binary10111101100111101000100010000100000011010101101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E44; }

 p { color: rgb(189,158,68); }

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

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

 a { background-color: rgb(189,158,68); }

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

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

 span { border-color: rgb(189,158,68); }

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