#b89042

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

Shades of Roti #B89042

Tints of Roti #B89042

Color information

#B89042 (or 0xB89042) is unknown color: approx Roti. HEX triplet: B8, 90 and 42. RGB value is (184,144,66). Sum of RGB (Red+Green+Blue) = 184+144+66=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B89042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89042 is #476FBD. Grayscale: #939393. Windows color (decimal): -4681662 or 4362424. OLE color: 4362424.

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

Color convert

RGB18414466-
CMYK00.220.640.28
HSL39.66º47.2%49.02%-
HSV(B)39.66º64.13%72.16%-
XYZ30.7230.539.43-
YUV147.0782.25154.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=46.70%
G=36.55%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841446600.220.640.2839.6647.249.02
HexB89042016401C282f31
Octal27022010202610034505761
Binary10111000100100001000010010110100000011100101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89042; }

 p { color: rgb(184,144,66); }

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

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

 a { background-color: rgb(184,144,66); }

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

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

 span { border-color: rgb(184,144,66); }

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