#B68575

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

Shades of Brandy Rose #B68575

Tints of Brandy Rose #B68575

Color information

#B68575 (or 0xB68575) is unknown color: approx Brandy Rose. HEX triplet: B6, 85 and 75. RGB value is (182,133,117). Sum of RGB (Red+Green+Blue) = 182+133+117=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68575 is #497A8A. Grayscale: #919191. Windows color (decimal): -4815499 or 7701942. OLE color: 7701942.

HSL color Cylindrical-coordinate representation of color #B68575: hue angle of 14.77º 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 #B68575 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182133117-
CMYK00.270.360.29
HSL14.77º30.81%58.63%-
HSV(B)14.77º35.71%71.37%-
XYZ30.892820.61-
YUV145.83111.73153.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=42.13%
G=30.79%
B=27.08%

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
Decimal18213311700.270.360.2914.7730.8158.63
HexB6857501B241Df1f3b
Octal2662051650334435173773
Binary1011011010000101111010101101110010011101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68575; }

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

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

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

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

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

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

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

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