#B79941

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

Shades of Roti #B79941

Tints of Roti #B79941

Color information

#B79941 (or 0xB79941) is unknown color: approx Roti. HEX triplet: B7, 99 and 41. RGB value is (183,153,65). Sum of RGB (Red+Green+Blue) = 183+153+65=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B79941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79941 is #4866BE. Grayscale: #989898. Windows color (decimal): -4744895 or 4299191. OLE color: 4299191.

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

Color convert

RGB18315365-
CMYK00.160.640.28
HSL44.75º47.58%48.63%-
HSV(B)44.75º64.48%71.76%-
XYZ31.8733.239.74-
YUV151.9478.94150.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=45.64%
G=38.15%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831536500.160.640.2844.7547.5848.63
HexB79941010401C2d3031
Octal26723110102010034556061
Binary10110111100110011000001010000100000011100101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79941; }

 p { color: rgb(183,153,65); }

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

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

 a { background-color: rgb(183,153,65); }

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

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

 span { border-color: rgb(183,153,65); }

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