#BF9392

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

Shades of Rosy Brown #BF9392

Tints of Rosy Brown #BF9392

Color information

#BF9392 (or 0xBF9392) is unknown color: approx Rosy Brown. HEX triplet: BF, 93 and 92. RGB value is (191,147,146). Sum of RGB (Red+Green+Blue) = 191+147+146=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9392 is #406C6D. Grayscale: #A0A0A0. Windows color (decimal): -4222062 or 9606079. OLE color: 9606079.

HSL color Cylindrical-coordinate representation of color #BF9392: hue angle of 1.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9392 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191147146-
CMYK00.230.240.25
HSL1.33º26.01%66.08%-
HSV(B)1.33º23.56%74.9%-
XYZ37.1134.0231.8-
YUV160.04120.08150.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=39.46%
G=30.37%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114714600.230.240.251.3326.0166.08
HexBF9392017181911a42
Octal2772232220273031132102
Binary10111111100100111001001001011111000110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9392; }

 p { color: rgb(191,147,146); }

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

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

 a { background-color: rgb(191,147,146); }

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

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

 span { border-color: rgb(191,147,146); }

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