#B4877B

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

Shades of Brandy Rose #B4877B

Tints of Brandy Rose #B4877B

Color information

#B4877B (or 0xB4877B) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 7B. RGB value is (180,135,123). Sum of RGB (Red+Green+Blue) = 180+135+123=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877B is #4B7884. Grayscale: #939393. Windows color (decimal): -4946053 or 8095668. OLE color: 8095668.

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

Color convert

RGB180135123-
CMYK00.250.320.29
HSL12.63º27.54%59.41%-
HSV(B)12.63º31.67%70.59%-
XYZ31.0628.4622.6-
YUV147.09114.41151.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=41.10%
G=30.82%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013512300.250.320.2912.6327.5459.41
HexB4877B019201Dd1c3b
Octal2642071730314035153473
Binary1011010010000111111101101100110000011101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4877B; }

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

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

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

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

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

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

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

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