#BF9797

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

Shades of Rosy Brown #BF9797

Tints of Rosy Brown #BF9797

Color information

#BF9797 (or 0xBF9797) is unknown color: approx Rosy Brown. HEX triplet: BF, 97 and 97. RGB value is (191,151,151). Sum of RGB (Red+Green+Blue) = 191+151+151=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9797 is #406868. Grayscale: #A3A3A3. Windows color (decimal): -4221033 or 9934783. OLE color: 9934783.

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

Color convert

RGB191151151-
CMYK00.210.210.25
HSL23.81%67.06%-
HSV(B)20.94%74.9%-
XYZ38.1435.4434.11-
YUV162.96121.25148-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

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
Decimal19115115100.210.210.25023.8167.06
HexBF9797015151901843
Octal2772272270252531030103
Binary10111111100101111001011101010110101110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9797; }

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

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

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

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

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

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

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

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