#B79C3F

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

Shades of Roti #B79C3F

Tints of Roti #B79C3F

Color information

#B79C3F (or 0xB79C3F) is unknown color: approx Roti. HEX triplet: B7, 9C and 3F. RGB value is (183,156,63). Sum of RGB (Red+Green+Blue) = 183+156+63=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C3F is #4863C0. Grayscale: #999999. Windows color (decimal): -4744129 or 4168887. OLE color: 4168887.

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

Color convert

RGB18315663-
CMYK00.150.660.28
HSL46.5º48.78%48.24%-
HSV(B)46.5º65.57%71.76%-
XYZ32.3134.29.6-
YUV153.4776.95149.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 63 (25% from 255) = 15.67%
R=45.52%
G=38.81%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831566300.150.660.2846.548.7848.24
HexB79C3F0F421C2e3130
Octal2672347701710234566160
Binary101101111001110011111101111100001011100101110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C3F; }

 p { color: rgb(183,156,63); }

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

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

 a { background-color: rgb(183,156,63); }

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

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

 span { border-color: rgb(183,156,63); }

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