#BC837F

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

Shades of Brandy Rose #BC837F

Tints of Brandy Rose #BC837F

Color information

#BC837F (or 0xBC837F) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 7F. RGB value is (188,131,127). Sum of RGB (Red+Green+Blue) = 188+131+127=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837F is #437C80. Grayscale: #939393. Windows color (decimal): -4422785 or 8356796. OLE color: 8356796.

HSL color Cylindrical-coordinate representation of color #BC837F: hue angle of 3.93º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC837F is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188131127-
CMYK00.300.320.26
HSL3.93º31.28%61.76%-
HSV(B)3.93º32.45%73.73%-
XYZ32.6928.4623.85-
YUV147.59116.38156.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 127 (50% from 255) = 28.48%
R=42.15%
G=29.37%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813112700.300.320.263.9331.2861.76
HexBC837F01E201A41f3e
Octal274203177036403243776
Binary101111001000001111111110111101000001101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC837F; }

 p { color: rgb(188,131,127); }

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

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

 a { background-color: rgb(188,131,127); }

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

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

 span { border-color: rgb(188,131,127); }

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