#B79D3F

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

Shades of Roti #B79D3F

Tints of Roti #B79D3F

Color information

#B79D3F (or 0xB79D3F) is unknown color: approx Roti. HEX triplet: B7, 9D and 3F. RGB value is (183,157,63). Sum of RGB (Red+Green+Blue) = 183+157+63=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D3F is #4862C0. Grayscale: #9A9A9A. Windows color (decimal): -4743873 or 4169143. OLE color: 4169143.

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

Color convert

RGB18315763-
CMYK00.140.660.28
HSL47º48.78%48.24%-
HSV(B)47º65.57%71.76%-
XYZ32.4834.549.66-
YUV154.0676.61148.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 63 (25% from 255) = 15.63%
R=45.41%
G=38.96%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831576300.140.660.284748.7848.24
HexB79D3F0E421C2f3130
Octal2672357701610234576160
Binary101101111001110111111101110100001011100101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D3F; }

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

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

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

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

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

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

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

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