#BF9692

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

Shades of Rosy Brown #BF9692

Tints of Rosy Brown #BF9692

Color information

#BF9692 (or 0xBF9692) is unknown color: approx Rosy Brown. HEX triplet: BF, 96 and 92. RGB value is (191,150,146). Sum of RGB (Red+Green+Blue) = 191+150+146=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9692 is #40696D. Grayscale: #A1A1A1. Windows color (decimal): -4221294 or 9606847. OLE color: 9606847.

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

Color convert

RGB191150146-
CMYK00.210.240.25
HSL5.33º26.01%66.08%-
HSV(B)5.33º23.56%74.9%-
XYZ37.5834.9631.96-
YUV161.8119.08148.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=39.22%
G=30.80%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115014600.210.240.255.3326.0166.08
HexBF9692015181951a42
Octal2772262220253031532102
Binary1011111110010110100100100101011100011001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9692; }

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

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

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

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

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

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

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

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