#B79B3C

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

Shades of Roti #B79B3C

Tints of Roti #B79B3C

Color information

#B79B3C (or 0xB79B3C) is unknown color: approx Roti. HEX triplet: B7, 9B and 3C. RGB value is (183,155,60). Sum of RGB (Red+Green+Blue) = 183+155+60=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B3C is #4864C3. Grayscale: #989898. Windows color (decimal): -4744388 or 3972023. OLE color: 3972023.

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

Color convert

RGB18315560-
CMYK00.150.670.28
HSL46.34º50.62%47.65%-
HSV(B)46.34º67.21%71.76%-
XYZ32.0733.849.12-
YUV152.5475.78149.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 60 (23.83% from 255) = 15.08%
R=45.98%
G=38.94%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831556000.150.670.2846.3450.6247.65
HexB79B3C0F431C2e3330
Octal2672337401710334566360
Binary101101111001101111110001111100001111100101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B3C; }

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

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

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

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

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

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

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

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