#BF9897

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

Shades of Rosy Brown #BF9897

Tints of Rosy Brown #BF9897

Color information

#BF9897 (or 0xBF9897) is unknown color: approx Rosy Brown. HEX triplet: BF, 98 and 97. RGB value is (191,152,151). Sum of RGB (Red+Green+Blue) = 191+152+151=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9897 is #406768. Grayscale: #A3A3A3. Windows color (decimal): -4220777 or 9935039. OLE color: 9935039.

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

Color convert

RGB191152151-
CMYK00.200.210.25
HSL1.5º23.81%67.06%-
HSV(B)1.5º20.94%74.9%-
XYZ38.335.7734.16-
YUV163.55120.92147.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=38.66%
G=30.77%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115215100.200.210.251.523.8167.06
HexBF9897014151921843
Octal2772302270242531230103
Binary101111111001100010010111010100101011100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9897; }

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

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

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

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

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

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

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

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