#B4807C

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

Shades of Brandy Rose #B4807C

Tints of Brandy Rose #B4807C

Color information

#B4807C (or 0xB4807C) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 7C. RGB value is (180,128,124). Sum of RGB (Red+Green+Blue) = 180+128+124=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4807C is #4B7F83. Grayscale: #8F8F8F. Windows color (decimal): -4947844 or 8159412. OLE color: 8159412.

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

Color convert

RGB180128124-
CMYK00.290.310.29
HSL4.29º27.18%59.61%-
HSV(B)4.29º31.11%70.59%-
XYZ30.1826.622.61-
YUV143.09117.23154.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=41.67%
G=29.63%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012812400.290.310.294.2927.1859.61
HexB4807C01D1F1D41b3c
Octal264200174035373543374
Binary10110100100000001111100011101111111110110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4807C; }

 p { color: rgb(180,128,124); }

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

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

 a { background-color: rgb(180,128,124); }

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

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

 span { border-color: rgb(180,128,124); }

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