#B79A41

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

Shades of Roti #B79A41

Tints of Roti #B79A41

Color information

#B79A41 (or 0xB79A41) is unknown color: approx Roti. HEX triplet: B7, 9A and 41. RGB value is (183,154,65). Sum of RGB (Red+Green+Blue) = 183+154+65=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A41 is #4865BE. Grayscale: #989898. Windows color (decimal): -4744639 or 4299447. OLE color: 4299447.

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

Color convert

RGB18315465-
CMYK00.160.640.28
HSL45.25º47.58%48.63%-
HSV(B)45.25º64.48%71.76%-
XYZ32.0433.569.79-
YUV152.5278.61149.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=45.52%
G=38.31%
B=16.17%

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
Decimal1831546500.160.640.2845.2547.5848.63
HexB79A41010401C2d3031
Octal26723210102010034556061
Binary10110111100110101000001010000100000011100101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A41; }

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

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

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

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

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

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

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

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