#B4877E

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

Shades of Brandy Rose #B4877E

Tints of Brandy Rose #B4877E

Color information

#B4877E (or 0xB4877E) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 7E. RGB value is (180,135,126). Sum of RGB (Red+Green+Blue) = 180+135+126=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877E is #4B7881. Grayscale: #939393. Windows color (decimal): -4946050 or 8292276. OLE color: 8292276.

HSL color Cylindrical-coordinate representation of color #B4877E: hue angle of 10º 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 #B4877E is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180135126-
CMYK00.250.30.29
HSL10º26.47%60%-
HSV(B)10º30%70.59%-
XYZ31.2528.5423.6-
YUV147.43115.91151.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=40.82%
G=30.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013512600.250.30.291026.4760
HexB4877E0191E1Da1a3c
Octal2642071760313635123274
Binary101101001000011111111100110011111011101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4877E; }

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

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

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

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

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

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

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

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