#B79C35

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

Shades of Roti #B79C35

Tints of Roti #B79C35

Color information

#B79C35 (or 0xB79C35) is unknown color: approx Roti. HEX triplet: B7, 9C and 35. RGB value is (183,156,53). Sum of RGB (Red+Green+Blue) = 183+156+53=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79C35 is #4863CA. Grayscale: #989898. Windows color (decimal): -4744139 or 3513527. OLE color: 3513527.

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

Color convert

RGB18315653-
CMYK00.150.710.28
HSL47.54º55.08%46.27%-
HSV(B)47.54º71.04%71.76%-
XYZ32.0634.18.26-
YUV152.3371.95149.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=46.68%
G=39.80%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831565300.150.710.2847.5455.0846.27
HexB79C350F471C30372e
Octal2672346501710734606756
Binary101101111001110011010101111100011111100110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C35; }

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

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

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

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

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

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

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

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