#B6837C

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

Shades of Brandy Rose #B6837C

Tints of Brandy Rose #B6837C

Color information

#B6837C (or 0xB6837C) is unknown color: approx Brandy Rose. HEX triplet: B6, 83 and 7C. RGB value is (182,131,124). Sum of RGB (Red+Green+Blue) = 182+131+124=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6837C is #497C83. Grayscale: #919191. Windows color (decimal): -4816004 or 8160182. OLE color: 8160182.

HSL color Cylindrical-coordinate representation of color #B6837C: hue angle of 7.24º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6837C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182131124-
CMYK00.280.320.29
HSL7.24º28.43%60%-
HSV(B)7.24º31.87%71.37%-
XYZ31.0527.6322.77-
YUV145.45115.9154.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=41.65%
G=29.98%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213112400.280.320.297.2428.4360
HexB6837C01C201D71c3c
Octal266203174034403573474
Binary101101101000001111111000111001000001110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6837C; }

 p { color: rgb(182,131,124); }

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

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

 a { background-color: rgb(182,131,124); }

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

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

 span { border-color: rgb(182,131,124); }

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