#B4807E

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

Shades of Brandy Rose #B4807E

Tints of Brandy Rose #B4807E

Color information

#B4807E (or 0xB4807E) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 7E. RGB value is (180,128,126). Sum of RGB (Red+Green+Blue) = 180+128+126=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4807E is #4B7F81. Grayscale: #8F8F8F. Windows color (decimal): -4947842 or 8290484. OLE color: 8290484.

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

Color convert

RGB180128126-
CMYK00.290.30.29
HSL2.22º26.47%60%-
HSV(B)2.22º30%70.59%-
XYZ30.3126.6523.28-
YUV143.32118.23154.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=41.47%
G=29.49%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012812600.290.30.292.2226.4760
HexB4807E01D1E1D21a3c
Octal264200176035363523274
Binary1011010010000000111111001110111110111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4807E; }

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

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

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

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

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

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

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

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