#BF9895

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

Shades of Rosy Brown #BF9895

Tints of Rosy Brown #BF9895

Color information

#BF9895 (or 0xBF9895) is unknown color: approx Rosy Brown. HEX triplet: BF, 98 and 95. RGB value is (191,152,149). Sum of RGB (Red+Green+Blue) = 191+152+149=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9895 is #40676A. Grayscale: #A3A3A3. Windows color (decimal): -4220779 or 9803967. OLE color: 9803967.

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

Color convert

RGB191152149-
CMYK00.200.220.25
HSL4.29º24.71%66.67%-
HSV(B)4.29º21.99%74.9%-
XYZ38.1435.733.31-
YUV163.32119.92147.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=38.82%
G=30.89%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115214900.200.220.254.2924.7166.67
HexBF9895014161941943
Octal2772302250242631431103
Binary1011111110011000100101010101001011011001100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9895; }

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

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

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

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

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

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

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

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