#BC837A

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

Shades of Brandy Rose #BC837A

Tints of Brandy Rose #BC837A

Color information

#BC837A (or 0xBC837A) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 7A. RGB value is (188,131,122). Sum of RGB (Red+Green+Blue) = 188+131+122=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837A is #437C85. Grayscale: #939393. Windows color (decimal): -4422790 or 8029116. OLE color: 8029116.

HSL color Cylindrical-coordinate representation of color #BC837A: hue angle of 8.18º 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 #BC837A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188131122-
CMYK00.300.350.26
HSL8.18º33%60.78%-
HSV(B)8.18º35.11%73.73%-
XYZ32.3728.3322.17-
YUV147.02113.88157.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=42.63%
G=29.71%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813112200.300.350.268.183360.78
HexBC837A01E231A8213d
Octal2742031720364332104175
Binary10111100100000111111010011110100011110101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC837A; }

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

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

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

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

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

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

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

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