#B68884

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

Shades of Brandy Rose #B68884

Tints of Brandy Rose #B68884

Color information

#B68884 (or 0xB68884) is unknown color: approx Brandy Rose. HEX triplet: B6, 88 and 84. RGB value is (182,136,132). Sum of RGB (Red+Green+Blue) = 182+136+132=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B68884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68884 is #49777B. Grayscale: #959595. Windows color (decimal): -4814716 or 8685750. OLE color: 8685750.

HSL color Cylindrical-coordinate representation of color #B68884: hue angle of 4.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68884 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB182136132-
CMYK00.250.270.29
HSL4.8º25.51%61.57%-
HSV(B)4.8º27.47%71.37%-
XYZ32.2629.2225.77-
YUV149.3118.24151.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=40.44%
G=30.22%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213613200.250.270.294.825.5161.57
HexB688840191B1D51a3e
Octal266210204031333553276
Binary101101101000100010000100011001110111110110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68884; }

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

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

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

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

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

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

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

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