#B68E80

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

Shades of Brandy Rose #B68E80

Tints of Brandy Rose #B68E80

Color information

#B68E80 (or 0xB68E80) is unknown color: approx Brandy Rose. HEX triplet: B6, 8E and 80. RGB value is (182,142,128). Sum of RGB (Red+Green+Blue) = 182+142+128=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E80 is #49717F. Grayscale: #989898. Windows color (decimal): -4813184 or 8425142. OLE color: 8425142.

HSL color Cylindrical-coordinate representation of color #B68E80: hue angle of 15.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68E80 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182142128-
CMYK00.220.300.29
HSL15.56º27%60.78%-
HSV(B)15.56º29.67%71.37%-
XYZ32.8630.8524.64-
YUV152.36114.25149.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=40.27%
G=31.42%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214212800.220.300.2915.562760.78
HexB68E800161E1D101b3d
Octal2662162000263635203375
Binary10110110100011101000000001011011110111011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E80; }

 p { color: rgb(182,142,128); }

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

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

 a { background-color: rgb(182,142,128); }

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

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

 span { border-color: rgb(182,142,128); }

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