#B68071

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

Shades of Brandy Rose #B68071

Tints of Brandy Rose #B68071

Color information

#B68071 (or 0xB68071) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 71. RGB value is (182,128,113). Sum of RGB (Red+Green+Blue) = 182+128+113=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B68071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68071 is #497F8E. Grayscale: #8E8E8E. Windows color (decimal): -4816783 or 7438518. OLE color: 7438518.

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

Color convert

RGB182128113-
CMYK00.300.380.29
HSL13.04º32.09%57.84%-
HSV(B)13.04º37.91%71.37%-
XYZ29.9926.5819.17-
YUV142.44111.39156.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=43.03%
G=30.26%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212811300.300.380.2913.0432.0957.84
HexB6807101E261Dd203a
Octal2662001610364635154072
Binary10110110100000001110001011110100110111011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68071; }

 p { color: rgb(182,128,113); }

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

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

 a { background-color: rgb(182,128,113); }

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

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

 span { border-color: rgb(182,128,113); }

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