#B79D3C

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

Shades of Roti #B79D3C

Tints of Roti #B79D3C

Color information

#B79D3C (or 0xB79D3C) is unknown color: approx Roti. HEX triplet: B7, 9D and 3C. RGB value is (183,157,60). Sum of RGB (Red+Green+Blue) = 183+157+60=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D3C is #4862C3. Grayscale: #9A9A9A. Windows color (decimal): -4743876 or 3972535. OLE color: 3972535.

HSL color Cylindrical-coordinate representation of color #B79D3C: hue angle of 47.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B79D3C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18315760-
CMYK00.140.670.28
HSL47.32º50.62%47.65%-
HSV(B)47.32º67.21%71.76%-
XYZ32.434.519.23-
YUV153.7275.11148.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 60 (23.83% from 255) = 15%
R=45.75%
G=39.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831576000.140.670.2847.3250.6247.65
HexB79D3C0E431C2f3330
Octal2672357401610334576360
Binary101101111001110111110001110100001111100101111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D3C; }

 p { color: rgb(183,157,60); }

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

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

 a { background-color: rgb(183,157,60); }

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

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

 span { border-color: rgb(183,157,60); }

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