#B68475

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

Shades of Brandy Rose #B68475

Tints of Brandy Rose #B68475

Color information

#B68475 (or 0xB68475) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 75. RGB value is (182,132,117). Sum of RGB (Red+Green+Blue) = 182+132+117=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68475 is #497B8A. Grayscale: #919191. Windows color (decimal): -4815755 or 7701686. OLE color: 7701686.

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

Color convert

RGB182132117-
CMYK00.270.360.29
HSL13.85º30.81%58.63%-
HSV(B)13.85º35.71%71.37%-
XYZ30.7527.7320.56-
YUV145.24112.06154.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=42.23%
G=30.63%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213211700.270.360.2913.8530.8158.63
HexB6847501B241De1f3b
Octal2662041650334435163773
Binary1011011010000100111010101101110010011101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68475; }

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

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

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

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

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

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

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

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