#B8817D

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

Shades of Brandy Rose #B8817D

Tints of Brandy Rose #B8817D

Color information

#B8817D (or 0xB8817D) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 7D. RGB value is (184,129,125). Sum of RGB (Red+Green+Blue) = 184+129+125=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8817D is #477E82. Grayscale: #919191. Windows color (decimal): -4685443 or 8225208. OLE color: 8225208.

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

Color convert

RGB184129125-
CMYK00.300.320.28
HSL4.07º29.35%60.59%-
HSV(B)4.07º32.07%72.16%-
XYZ31.3227.3723.03-
YUV144.99116.72155.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=42.01%
G=29.45%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412912500.300.320.284.0729.3560.59
HexB8817D01E201C41d3d
Octal270201175036403443575
Binary101110001000000111111010111101000001110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8817D; }

 p { color: rgb(184,129,125); }

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

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

 a { background-color: rgb(184,129,125); }

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

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

 span { border-color: rgb(184,129,125); }

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