#BF9C99

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

Shades of Rosy Brown #BF9C99

Tints of Rosy Brown #BF9C99

Color information

#BF9C99 (or 0xBF9C99) is unknown color: approx Rosy Brown. HEX triplet: BF, 9C and 99. RGB value is (191,156,153). Sum of RGB (Red+Green+Blue) = 191+156+153=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C99 is #406366. Grayscale: #A6A6A6. Windows color (decimal): -4219751 or 10067135. OLE color: 10067135.

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

Color convert

RGB191156153-
CMYK00.180.200.25
HSL4.74º22.89%67.45%-
HSV(B)4.74º19.9%74.9%-
XYZ39.1237.1535.25-
YUV166.12120.6145.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=38.2%
G=31.2%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115615300.180.200.254.7422.8967.45
HexBF9C99012141951743
Octal2772342310222431527103
Binary1011111110011100100110010100101010011001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C99; }

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

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

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

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

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

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

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

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