#BC817E

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

Shades of Brandy Rose #BC817E

Tints of Brandy Rose #BC817E

Color information

#BC817E (or 0xBC817E) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 7E. RGB value is (188,129,126). Sum of RGB (Red+Green+Blue) = 188+129+126=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817E is #437E81. Grayscale: #929292. Windows color (decimal): -4423298 or 8290748. OLE color: 8290748.

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

Color convert

RGB188129126-
CMYK00.310.330.26
HSL2.9º31.63%61.57%-
HSV(B)2.9º32.98%73.73%-
XYZ32.3627.923.42-
YUV146.3116.55157.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=42.44%
G=29.12%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812912600.310.330.262.931.6361.57
HexBC817E01F211A3203e
Octal274201176037413234076
Binary101111001000000111111100111111000011101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC817E; }

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

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

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

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

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

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

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

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