#BF9A97

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

Shades of Rosy Brown #BF9A97

Tints of Rosy Brown #BF9A97

Color information

#BF9A97 (or 0xBF9A97) is unknown color: approx Rosy Brown. HEX triplet: BF, 9A and 97. RGB value is (191,154,151). Sum of RGB (Red+Green+Blue) = 191+154+151=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A97 is #406568. Grayscale: #A4A4A4. Windows color (decimal): -4220265 or 9935551. OLE color: 9935551.

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

Color convert

RGB191154151-
CMYK00.190.210.25
HSL4.5º23.81%67.06%-
HSV(B)4.5º20.94%74.9%-
XYZ38.6336.4234.27-
YUV164.72120.26146.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=38.51%
G=31.05%
B=30.44%

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
Decimal19115415100.190.210.254.523.8167.06
HexBF9A97013151951843
Octal2772322270232531530103
Binary1011111110011010100101110100111010111001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A97; }

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

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

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

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

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

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

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

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