#B79694

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

Shades of Rosy Brown #B79694

Tints of Rosy Brown #B79694

Color information

#B79694 (or 0xB79694) is unknown color: approx Rosy Brown. HEX triplet: B7, 96 and 94. RGB value is (183,150,148). Sum of RGB (Red+Green+Blue) = 183+150+148=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B79694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79694 is #48696B. Grayscale: #9F9F9F. Windows color (decimal): -4745580 or 9737911. OLE color: 9737911.

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

Color convert

RGB183150148-
CMYK00.180.190.28
HSL3.43º19.55%64.9%-
HSV(B)3.43º19.13%71.76%-
XYZ35.7834.0232.7-
YUV159.64121.43144.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=38.05%
G=31.19%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315014800.180.190.283.4319.5564.9
HexB79694012131C31441
Octal2672262240222334324101
Binary101101111001011010010100010010100111110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79694; }

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

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

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

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

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

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

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

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