#B88379

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

Shades of Brandy Rose #B88379

Tints of Brandy Rose #B88379

Color information

#B88379 (or 0xB88379) is unknown color: approx Brandy Rose. HEX triplet: B8, 83 and 79. RGB value is (184,131,121). Sum of RGB (Red+Green+Blue) = 184+131+121=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88379 is #477C86. Grayscale: #919191. Windows color (decimal): -4684935 or 7963576. OLE color: 7963576.

HSL color Cylindrical-coordinate representation of color #B88379: hue angle of 9.52º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88379 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184131121-
CMYK00.290.340.28
HSL9.52º30.73%59.8%-
HSV(B)9.52º34.24%72.16%-
XYZ31.3327.821.8-
YUV145.71114.06155.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=42.20%
G=30.05%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413112100.290.340.289.5230.7359.8
HexB8837901D221Ca1f3c
Octal2702031710354234123774
Binary1011100010000011111100101110110001011100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88379; }

 p { color: rgb(184,131,121); }

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

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

 a { background-color: rgb(184,131,121); }

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

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

 span { border-color: rgb(184,131,121); }

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