#BF9B99

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

Shades of Rosy Brown #BF9B99

Tints of Rosy Brown #BF9B99

Color information

#BF9B99 (or 0xBF9B99) is unknown color: approx Rosy Brown. HEX triplet: BF, 9B and 99. RGB value is (191,155,153). Sum of RGB (Red+Green+Blue) = 191+155+153=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B99 is #406466. Grayscale: #A5A5A5. Windows color (decimal): -4220007 or 10066879. OLE color: 10066879.

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

Color convert

RGB191155153-
CMYK00.190.200.25
HSL3.16º22.89%67.45%-
HSV(B)3.16º19.9%74.9%-
XYZ38.9636.8235.19-
YUV165.54120.93146.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=38.28%
G=31.06%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115515300.190.200.253.1622.8967.45
HexBF9B99013141931743
Octal2772332310232431327103
Binary101111111001101110011001010011101001100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B99; }

 p { color: rgb(191,155,153); }

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

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

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

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

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

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

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