#B79696

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

Shades of Rosy Brown #B79696

Tints of Rosy Brown #B79696

Color information

#B79696 (or 0xB79696) is unknown color: approx Rosy Brown. HEX triplet: B7, 96 and 96. RGB value is (183,150,150). Sum of RGB (Red+Green+Blue) = 183+150+150=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B79696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79696 is #486969. Grayscale: #9F9F9F. Windows color (decimal): -4745578 or 9868983. OLE color: 9868983.

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

Color convert

RGB183150150-
CMYK00.180.180.28
HSL18.64%65.29%-
HSV(B)18.03%71.76%-
XYZ35.9434.0833.54-
YUV159.87122.43144.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=37.89%
G=31.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315015000.180.180.28018.6465.29
HexB79696012121C01341
Octal2672262260222234023101
Binary10110111100101101001011001001010010111000100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79696; }

 p { color: rgb(183,150,150); }

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

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

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

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

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

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

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