#B4877A

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

Shades of Brandy Rose #B4877A

Tints of Brandy Rose #B4877A

Color information

#B4877A (or 0xB4877A) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 7A. RGB value is (180,135,122). Sum of RGB (Red+Green+Blue) = 180+135+122=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877A is #4B7885. Grayscale: #939393. Windows color (decimal): -4946054 or 8030132. OLE color: 8030132.

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

Color convert

RGB180135122-
CMYK00.250.320.29
HSL13.45º27.88%59.22%-
HSV(B)13.45º32.22%70.59%-
XYZ3128.4422.27-
YUV146.97113.91151.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=41.19%
G=30.89%
B=27.92%

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
Decimal18013512200.250.320.2913.4527.8859.22
HexB4877A019201Dd1c3b
Octal2642071720314035153473
Binary1011010010000111111101001100110000011101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4877A; }

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

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

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

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

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

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

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

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