#B79745

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

Shades of Roti #B79745

Tints of Roti #B79745

Color information

#B79745 (or 0xB79745) is unknown color: approx Roti. HEX triplet: B7, 97 and 45. RGB value is (183,151,69). Sum of RGB (Red+Green+Blue) = 183+151+69=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B79745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79745 is #4868BA. Grayscale: #979797. Windows color (decimal): -4745403 or 4560823. OLE color: 4560823.

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

Color convert

RGB18315169-
CMYK00.170.620.28
HSL43.16º45.24%49.41%-
HSV(B)43.16º62.3%71.76%-
XYZ31.6732.6310.26-
YUV151.2281.6150.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=45.41%
G=37.47%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831516900.170.620.2843.1645.2449.41
HexB797450113E1C2b2d31
Octal2672271050217634535561
Binary1011011110010111100010101000111111011100101011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79745; }

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

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

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

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

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

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

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

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