#B68971

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

Shades of Brandy Rose #B68971

Tints of Brandy Rose #B68971

Color information

#B68971 (or 0xB68971) is unknown color: approx Brandy Rose. HEX triplet: B6, 89 and 71. RGB value is (182,137,113). Sum of RGB (Red+Green+Blue) = 182+137+113=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B68971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68971 is #49768E. Grayscale: #939393. Windows color (decimal): -4814479 or 7440822. OLE color: 7440822.

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

Color convert

RGB182137113-
CMYK00.250.380.29
HSL20.87º32.09%57.84%-
HSV(B)20.87º37.91%71.37%-
XYZ31.2229.0319.58-
YUV147.72108.41152.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=42.13%
G=31.71%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213711300.250.380.2920.8732.0957.84
HexB68971019261D15203a
Octal2662111610314635254072
Binary101101101000100111100010110011001101110110101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68971; }

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

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

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

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

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

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

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

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