#BC816F

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

Shades of Brandy Rose #BC816F

Tints of Brandy Rose #BC816F

Color information

#BC816F (or 0xBC816F) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 6F. RGB value is (188,129,111). Sum of RGB (Red+Green+Blue) = 188+129+111=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC816F is #437E90. Grayscale: #909090. Windows color (decimal): -4423313 or 7307708. OLE color: 7307708.

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

Color convert

RGB188129111-
CMYK00.310.410.26
HSL14.03º36.49%58.63%-
HSV(B)14.03º40.96%73.73%-
XYZ31.4627.5418.7-
YUV144.59109.05158.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=43.93%
G=30.14%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812911100.310.410.2614.0336.4958.63
HexBC816F01F291Ae243b
Octal2742011570375132164473
Binary10111100100000011101111011111101001110101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC816F; }

 p { color: rgb(188,129,111); }

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

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

 a { background-color: rgb(188,129,111); }

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

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

 span { border-color: rgb(188,129,111); }

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