#BF9695

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

Shades of Rosy Brown #BF9695

Tints of Rosy Brown #BF9695

Color information

#BF9695 (or 0xBF9695) is unknown color: approx Rosy Brown. HEX triplet: BF, 96 and 95. RGB value is (191,150,149). Sum of RGB (Red+Green+Blue) = 191+150+149=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9695 is #40696A. Grayscale: #A2A2A2. Windows color (decimal): -4221291 or 9803455. OLE color: 9803455.

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

Color convert

RGB191150149-
CMYK00.210.220.25
HSL1.43º24.71%66.67%-
HSV(B)1.43º21.99%74.9%-
XYZ37.8235.0633.21-
YUV162.14120.58148.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=38.98%
G=30.61%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115014900.210.220.251.4324.7166.67
HexBF9695015161911943
Octal2772262250252631131103
Binary10111111100101101001010101010110110110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9695; }

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

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

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

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

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

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

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

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