#B6837A

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

Shades of Brandy Rose #B6837A

Tints of Brandy Rose #B6837A

Color information

#B6837A (or 0xB6837A) is unknown color: approx Brandy Rose. HEX triplet: B6, 83 and 7A. RGB value is (182,131,122). Sum of RGB (Red+Green+Blue) = 182+131+122=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6837A is #497C85. Grayscale: #919191. Windows color (decimal): -4816006 or 8029110. OLE color: 8029110.

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

Color convert

RGB182131122-
CMYK00.280.330.29
HSL29.13%59.61%-
HSV(B)32.97%71.37%-
XYZ30.9227.5822.11-
YUV145.22114.9154.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=41.84%
G=30.11%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213112200.280.330.29929.1359.61
HexB6837A01C211D91d3c
Octal2662031720344135113574
Binary1011011010000011111101001110010000111101100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6837A; }

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

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

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

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

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

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

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

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