#B89945

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

Shades of Roti #B89945

Tints of Roti #B89945

Color information

#B89945 (or 0xB89945) is unknown color: approx Roti. HEX triplet: B8, 99 and 45. RGB value is (184,153,69). Sum of RGB (Red+Green+Blue) = 184+153+69=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B89945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89945 is #4766BA. Grayscale: #999999. Windows color (decimal): -4679355 or 4561336. OLE color: 4561336.

HSL color Cylindrical-coordinate representation of color #B89945: hue angle of 43.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B89945 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18415369-
CMYK00.170.620.28
HSL43.83º45.45%49.61%-
HSV(B)43.83º62.5%72.16%-
XYZ32.2333.410.38-
YUV152.6980.77150.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=45.32%
G=37.68%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841536900.170.620.2843.8345.4549.61
HexB899450113E1C2c2d32
Octal2702311050217634545562
Binary1011100010011001100010101000111111011100101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89945; }

 p { color: rgb(184,153,69); }

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

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

 a { background-color: rgb(184,153,69); }

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

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

 span { border-color: rgb(184,153,69); }

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