#BD9544

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

Shades of Roti #BD9544

Tints of Roti #BD9544

Color information

#BD9544 (or 0xBD9544) is unknown color: approx Roti. HEX triplet: BD, 95 and 44. RGB value is (189,149,68). Sum of RGB (Red+Green+Blue) = 189+149+68=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9544 is #426ABB. Grayscale: #989898. Windows color (decimal): -4352700 or 4494781. OLE color: 4494781.

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

Color convert

RGB18914968-
CMYK00.210.640.26
HSL40.17º47.83%50.39%-
HSV(B)40.17º64.02%74.12%-
XYZ32.7832.7310.06-
YUV151.7380.75154.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 68 (26.95% from 255) = 16.75%
R=46.55%
G=36.70%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891496800.210.640.2640.1747.8350.39
HexBD9544015401A283032
Octal27522510402510032506062
Binary10111101100101011000100010101100000011010101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9544; }

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

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

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

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

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

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

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

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