#B68984

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

Shades of Brandy Rose #B68984

Tints of Brandy Rose #B68984

Color information

#B68984 (or 0xB68984) is unknown color: approx Brandy Rose. HEX triplet: B6, 89 and 84. RGB value is (182,137,132). Sum of RGB (Red+Green+Blue) = 182+137+132=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B68984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68984 is #49767B. Grayscale: #959595. Windows color (decimal): -4814460 or 8686006. OLE color: 8686006.

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

Color convert

RGB182137132-
CMYK00.250.270.29
HSL25.51%61.57%-
HSV(B)27.47%71.37%-
XYZ32.429.525.82-
YUV149.88117.91150.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=40.35%
G=30.38%
B=29.27%

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
Decimal18213713200.250.270.29625.5161.57
HexB689840191B1D61a3e
Octal266211204031333563276
Binary101101101000100110000100011001110111110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68984; }

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

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

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

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

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

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

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

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