#B89644

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

Shades of Roti #B89644

Tints of Roti #B89644

Color information

#B89644 (or 0xB89644) is unknown color: approx Roti. HEX triplet: B8, 96 and 44. RGB value is (184,150,68). Sum of RGB (Red+Green+Blue) = 184+150+68=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89644 is #4769BB. Grayscale: #979797. Windows color (decimal): -4680124 or 4495032. OLE color: 4495032.

HSL color Cylindrical-coordinate representation of color #B89644: hue angle of 42.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B89644 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18415068-
CMYK00.180.630.28
HSL42.41º46.03%49.41%-
HSV(B)42.41º63.04%72.16%-
XYZ31.7232.4210.05-
YUV150.8281.26151.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=45.77%
G=37.31%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841506800.180.630.2842.4146.0349.41
HexB896440123F1C2a2e31
Octal2702261040227734525661
Binary1011100010010110100010001001011111111100101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89644; }

 p { color: rgb(184,150,68); }

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

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

 a { background-color: rgb(184,150,68); }

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

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

 span { border-color: rgb(184,150,68); }

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