#BC836C

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

Shades of Brandy Rose #BC836C

Tints of Brandy Rose #BC836C

Color information

#BC836C (or 0xBC836C) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 6C. RGB value is (188,131,108). Sum of RGB (Red+Green+Blue) = 188+131+108=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836C is #437C93. Grayscale: #919191. Windows color (decimal): -4422804 or 7111612. OLE color: 7111612.

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

Color convert

RGB188131108-
CMYK00.300.430.26
HSL17.25º37.38%58.04%-
HSV(B)17.25º42.55%73.73%-
XYZ31.5628.0117.93-
YUV145.42106.88158.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=44.03%
G=30.68%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813110800.300.430.2617.2537.3858.04
HexBC836C01E2B1A11253a
Octal2742031540365332214572
Binary101111001000001111011000111101010111101010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC836C; }

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

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

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

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

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

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

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

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