#B68878

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

Shades of Brandy Rose #B68878

Tints of Brandy Rose #B68878

Color information

#B68878 (or 0xB68878) is unknown color: approx Brandy Rose. HEX triplet: B6, 88 and 78. RGB value is (182,136,120). Sum of RGB (Red+Green+Blue) = 182+136+120=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B68878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68878 is #497787. Grayscale: #949494. Windows color (decimal): -4814728 or 7899318. OLE color: 7899318.

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

Color convert

RGB182136120-
CMYK00.250.340.29
HSL15.48º29.81%59.22%-
HSV(B)15.48º34.07%71.37%-
XYZ31.4928.9121.69-
YUV147.93112.24152.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=41.55%
G=31.05%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213612000.250.340.2915.4829.8159.22
HexB68878019221Df1e3b
Octal2662101700314235173673
Binary1011011010001000111100001100110001011101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68878; }

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

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

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

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

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

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

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

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