#BF8E8C

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

Shades of Rosy Brown #BF8E8C

Tints of Rosy Brown #BF8E8C

Color information

#BF8E8C (or 0xBF8E8C) is unknown color: approx Rosy Brown. HEX triplet: BF, 8E and 8C. RGB value is (191,142,140). Sum of RGB (Red+Green+Blue) = 191+142+140=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8C is #407173. Grayscale: #9C9C9C. Windows color (decimal): -4223348 or 9211583. OLE color: 9211583.

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

Color convert

RGB191142140-
CMYK00.260.270.25
HSL2.35º28.49%64.9%-
HSV(B)2.35º26.7%74.9%-
XYZ35.8932.3229.16-
YUV156.42118.73152.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=40.38%
G=30.02%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114214000.260.270.252.3528.4964.9
HexBF8E8C01A1B1921c41
Octal2772162140323331234101
Binary101111111000111010001100011010110111100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E8C; }

 p { color: rgb(191,142,140); }

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

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

 a { background-color: rgb(191,142,140); }

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

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

 span { border-color: rgb(191,142,140); }

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