#B68078

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

Shades of Brandy Rose #B68078

Tints of Brandy Rose #B68078

Color information

#B68078 (or 0xB68078) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 78. RGB value is (182,128,120). Sum of RGB (Red+Green+Blue) = 182+128+120=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68078 is #497F87. Grayscale: #8F8F8F. Windows color (decimal): -4816776 or 7897270. OLE color: 7897270.

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

Color convert

RGB182128120-
CMYK00.300.340.29
HSL7.74º29.81%59.22%-
HSV(B)7.74º34.07%71.37%-
XYZ30.426.7421.33-
YUV143.23114.89155.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=42.33%
G=29.77%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212812000.300.340.297.7429.8159.22
HexB6807801E221D81e3b
Octal2662001700364235103673
Binary1011011010000000111100001111010001011101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68078; }

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

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

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

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

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

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

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

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