#BF9796

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

Shades of Rosy Brown #BF9796

Tints of Rosy Brown #BF9796

Color information

#BF9796 (or 0xBF9796) is unknown color: approx Rosy Brown. HEX triplet: BF, 97 and 96. RGB value is (191,151,150). Sum of RGB (Red+Green+Blue) = 191+151+150=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9796 is #406869. Grayscale: #A2A2A2. Windows color (decimal): -4221034 or 9869247. OLE color: 9869247.

HSL color Cylindrical-coordinate representation of color #BF9796: hue angle of 1.46º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF9796 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191151150-
CMYK00.210.210.25
HSL1.46º24.26%66.86%-
HSV(B)1.46º21.47%74.9%-
XYZ38.0635.4133.68-
YUV162.85120.75148.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=38.82%
G=30.69%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115115000.210.210.251.4624.2666.86
HexBF9796015151911843
Octal2772272260252531130103
Binary10111111100101111001011001010110101110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9796; }

 p { color: rgb(191,151,150); }

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

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

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

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

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

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

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