#BF807C

Color #BF807C Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BF807C

Tints of Brandy Rose #BF807C

Color information

#BF807C (or 0xBF807C) is unknown color: approx Brandy Rose. HEX triplet: BF, 80 and 7C. RGB value is (191,128,124). Sum of RGB (Red+Green+Blue) = 191+128+124=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF807C is #407F83. Grayscale: #929292. Windows color (decimal): -4226948 or 8159423. OLE color: 8159423.

HSL color Cylindrical-coordinate representation of color #BF807C: hue angle of 3.58º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF807C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191128124-
CMYK00.330.350.25
HSL3.58º34.36%61.76%-
HSV(B)3.58º35.08%74.9%-
XYZ32.8427.9722.74-
YUV146.38115.37159.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=43.12%
G=28.89%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112812400.330.350.253.5834.3661.76
HexBF807C02123194223e
Octal277200174041433144276
Binary10111111100000001111100010000110001111001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF807C; }

 p { color: rgb(191,128,124); }

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

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

 a { background-color: rgb(191,128,124); }

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

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

 span { border-color: rgb(191,128,124); }

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