#B88069

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

Shades of Brandy Rose #B88069

Tints of Brandy Rose #B88069

Color information

#B88069 (or 0xB88069) is unknown color: approx Brandy Rose. HEX triplet: B8, 80 and 69. RGB value is (184,128,105). Sum of RGB (Red+Green+Blue) = 184+128+105=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B88069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88069 is #477F96. Grayscale: #8E8E8E. Windows color (decimal): -4685719 or 6914232. OLE color: 6914232.

HSL color Cylindrical-coordinate representation of color #B88069: hue angle of 17.47º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88069 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184128105-
CMYK00.300.430.28
HSL17.47º35.75%56.67%-
HSV(B)17.47º42.93%72.16%-
XYZ30.0426.6516.93-
YUV142.12107.05157.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=44.12%
G=30.70%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412810500.300.430.2817.4735.7556.67
HexB8806901E2B1C112439
Octal2702001510365334214471
Binary101110001000000011010010111101010111110010001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88069; }

 p { color: rgb(184,128,105); }

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

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

 a { background-color: rgb(184,128,105); }

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

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

 span { border-color: rgb(184,128,105); }

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