#B68472

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

Shades of Brandy Rose #B68472

Tints of Brandy Rose #B68472

Color information

#B68472 (or 0xB68472) is unknown color: approx Brandy Rose. HEX triplet: B6, 84 and 72. RGB value is (182,132,114). Sum of RGB (Red+Green+Blue) = 182+132+114=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B68472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68472 is #497B8D. Grayscale: #919191. Windows color (decimal): -4815758 or 7505078. OLE color: 7505078.

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

Color convert

RGB182132114-
CMYK00.270.370.29
HSL15.88º31.78%58.04%-
HSV(B)15.88º37.36%71.37%-
XYZ30.5827.6619.65-
YUV144.9110.56154.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=42.52%
G=30.84%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213211400.270.370.2915.8831.7858.04
HexB6847201B251D10203a
Octal2662041620334535204072
Binary101101101000010011100100110111001011110110000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68472; }

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

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

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

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

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

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

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

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