#BC836E

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

Shades of Brandy Rose #BC836E

Tints of Brandy Rose #BC836E

Color information

#BC836E (or 0xBC836E) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 6E. RGB value is (188,131,110). Sum of RGB (Red+Green+Blue) = 188+131+110=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836E is #437C91. Grayscale: #919191. Windows color (decimal): -4422802 or 7242684. OLE color: 7242684.

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

Color convert

RGB188131110-
CMYK00.300.410.26
HSL16.15º36.79%58.43%-
HSV(B)16.15º41.49%73.73%-
XYZ31.6728.0518.5-
YUV145.65107.88158.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=43.82%
G=30.54%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813111000.300.410.2616.1536.7958.43
HexBC836E01E291A10253a
Octal2742031560365132204572
Binary101111001000001111011100111101010011101010000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC836E; }

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

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

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

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

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

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

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

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