#B47A7A

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

Shades of Brandy Rose #B47A7A

Tints of Brandy Rose #B47A7A

Color information

#B47A7A (or 0xB47A7A) is unknown color: approx Brandy Rose. HEX triplet: B4, 7A and 7A. RGB value is (180,122,122). Sum of RGB (Red+Green+Blue) = 180+122+122=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A7A is #4B8585. Grayscale: #8B8B8B. Windows color (decimal): -4949382 or 8026804. OLE color: 8026804.

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

Color convert

RGB180122122-
CMYK00.320.320.29
HSL27.88%59.22%-
HSV(B)32.22%70.59%-
XYZ29.2925.0321.7-
YUV139.34118.22157-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=42.45%
G=28.77%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012212200.320.320.29027.8859.22
HexB47A7A020201D01c3b
Octal264172172040403503473
Binary1011010011110101111010010000010000011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A7A; }

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

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

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

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

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

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

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

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