#BC827A

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

Shades of Brandy Rose #BC827A

Tints of Brandy Rose #BC827A

Color information

#BC827A (or 0xBC827A) is unknown color: approx Brandy Rose. HEX triplet: BC, 82 and 7A. RGB value is (188,130,122). Sum of RGB (Red+Green+Blue) = 188+130+122=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827A is #437D85. Grayscale: #929292. Windows color (decimal): -4423046 or 8028860. OLE color: 8028860.

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

Color convert

RGB188130122-
CMYK00.310.350.26
HSL7.27º33%60.78%-
HSV(B)7.27º35.11%73.73%-
XYZ32.2328.0622.13-
YUV146.43114.22157.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=42.73%
G=29.55%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813012200.310.350.267.273360.78
HexBC827A01F231A7213d
Octal274202172037433274175
Binary1011110010000010111101001111110001111010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC827A; }

 p { color: rgb(188,130,122); }

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

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

 a { background-color: rgb(188,130,122); }

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

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

 span { border-color: rgb(188,130,122); }

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