#B68172

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

Shades of Brandy Rose #B68172

Tints of Brandy Rose #B68172

Color information

#B68172 (or 0xB68172) is unknown color: approx Brandy Rose. HEX triplet: B6, 81 and 72. RGB value is (182,129,114). Sum of RGB (Red+Green+Blue) = 182+129+114=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68172 is #497E8D. Grayscale: #8F8F8F. Windows color (decimal): -4816526 or 7504310. OLE color: 7504310.

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

Color convert

RGB182129114-
CMYK00.290.370.29
HSL13.24º31.78%58.04%-
HSV(B)13.24º37.36%71.37%-
XYZ30.1826.8619.51-
YUV143.14111.56155.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=42.82%
G=30.35%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212911400.290.370.2913.2431.7858.04
HexB6817201D251Dd203a
Octal2662011620354535154072
Binary10110110100000011110010011101100101111011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68172; }

 p { color: rgb(182,129,114); }

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

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

 a { background-color: rgb(182,129,114); }

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

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

 span { border-color: rgb(182,129,114); }

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