#B79148

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

Shades of Roti #B79148

Tints of Roti #B79148

Color information

#B79148 (or 0xB79148) is unknown color: approx Roti. HEX triplet: B7, 91 and 48. RGB value is (183,145,72). Sum of RGB (Red+Green+Blue) = 183+145+72=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79148 is #486EB7. Grayscale: #949494. Windows color (decimal): -4746936 or 4755895. OLE color: 4755895.

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

Color convert

RGB18314572-
CMYK00.210.610.28
HSL39.46º43.53%50%-
HSV(B)39.46º60.66%71.76%-
XYZ30.8230.7910.45-
YUV148.0485.09152.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 72 (28.52% from 255) = 18%
R=45.75%
G=36.25%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831457200.210.610.2839.4643.5350
HexB791480153D1C272c32
Octal2672211100257534475462
Binary1011011110010001100100001010111110111100100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79148; }

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

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

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

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

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

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

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

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