#B79145

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

Shades of Roti #B79145

Tints of Roti #B79145

Color information

#B79145 (or 0xB79145) is unknown color: approx Roti. HEX triplet: B7, 91 and 45. RGB value is (183,145,69). Sum of RGB (Red+Green+Blue) = 183+145+69=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B79145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79145 is #486EBA. Grayscale: #949494. Windows color (decimal): -4746939 or 4559287. OLE color: 4559287.

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

Color convert

RGB18314569-
CMYK00.210.620.28
HSL40º45.24%49.41%-
HSV(B)40º62.3%71.76%-
XYZ30.7330.759.95-
YUV147.783.59153.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=46.10%
G=36.52%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831456900.210.620.284045.2449.41
HexB791450153E1C282d31
Octal2672211050257634505561
Binary1011011110010001100010101010111111011100101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79145; }

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

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

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

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

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

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

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

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