#B89242

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

Shades of Roti #B89242

Tints of Roti #B89242

Color information

#B89242 (or 0xB89242) is unknown color: approx Roti. HEX triplet: B8, 92 and 42. RGB value is (184,146,66). Sum of RGB (Red+Green+Blue) = 184+146+66=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89242 is #476DBD. Grayscale: #949494. Windows color (decimal): -4681150 or 4362936. OLE color: 4362936.

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

Color convert

RGB18414666-
CMYK00.210.640.28
HSL40.68º47.2%49.02%-
HSV(B)40.68º64.13%72.16%-
XYZ31.0331.149.53-
YUV148.2481.59153.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=46.46%
G=36.87%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841466600.210.640.2840.6847.249.02
HexB89242015401C292f31
Octal27022210202510034515761
Binary10111000100100101000010010101100000011100101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89242; }

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

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

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

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

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

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

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

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