#B68476

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

Shades of Brandy Rose #B68476

Tints of Brandy Rose #B68476

Color information

#B68476 (or 0xB68476) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 76. RGB value is (182,132,118). Sum of RGB (Red+Green+Blue) = 182+132+118=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68476 is #497B89. Grayscale: #919191. Windows color (decimal): -4815754 or 7767222. OLE color: 7767222.

HSL color Cylindrical-coordinate representation of color #B68476: hue angle of 13.13º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68476 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182132118-
CMYK00.270.350.29
HSL13.13º30.48%58.82%-
HSV(B)13.13º35.16%71.37%-
XYZ30.8127.7620.87-
YUV145.35112.56154.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=42.13%
G=30.56%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213211800.270.350.2913.1330.4858.82
HexB6847601B231Dd1e3b
Octal2662041660334335153673
Binary1011011010000100111011001101110001111101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68476; }

 p { color: rgb(182,132,118); }

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

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

 a { background-color: rgb(182,132,118); }

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

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

 span { border-color: rgb(182,132,118); }

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