#BF9B97

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

Shades of Rosy Brown #BF9B97

Tints of Rosy Brown #BF9B97

Color information

#BF9B97 (or 0xBF9B97) is unknown color: approx Rosy Brown. HEX triplet: BF, 9B and 97. RGB value is (191,155,151). Sum of RGB (Red+Green+Blue) = 191+155+151=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B97 is #406468. Grayscale: #A5A5A5. Windows color (decimal): -4220009 or 9935807. OLE color: 9935807.

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

Color convert

RGB191155151-
CMYK00.190.210.25
HSL23.81%67.06%-
HSV(B)20.94%74.9%-
XYZ38.7936.7534.33-
YUV165.31119.93146.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=38.43%
G=31.19%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115515100.190.210.25623.8167.06
HexBF9B97013151961843
Octal2772332270232531630103
Binary1011111110011011100101110100111010111001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B97; }

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

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

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

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

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

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

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

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