#B79848

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

Shades of Roti #B79848

Tints of Roti #B79848

Color information

#B79848 (or 0xB79848) is unknown color: approx Roti. HEX triplet: B7, 98 and 48. RGB value is (183,152,72). Sum of RGB (Red+Green+Blue) = 183+152+72=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B79848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79848 is #4867B7. Grayscale: #989898. Windows color (decimal): -4745144 or 4757687. OLE color: 4757687.

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

Color convert

RGB18315272-
CMYK00.170.610.28
HSL43.24º43.53%50%-
HSV(B)43.24º60.66%71.76%-
XYZ31.9332.9910.82-
YUV152.1582.77150-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=44.96%
G=37.35%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831527200.170.610.2843.2443.5350
HexB798480113D1C2b2c32
Octal2672301100217534535462
Binary1011011110011000100100001000111110111100101011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79848; }

 p { color: rgb(183,152,72); }

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

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

 a { background-color: rgb(183,152,72); }

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

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

 span { border-color: rgb(183,152,72); }

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