#B47B7A

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

Shades of Brandy Rose #B47B7A

Tints of Brandy Rose #B47B7A

Color information

#B47B7A (or 0xB47B7A) is unknown color: approx Brandy Rose. HEX triplet: B4, 7B and 7A. RGB value is (180,123,122). Sum of RGB (Red+Green+Blue) = 180+123+122=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B7A is #4B8485. Grayscale: #8B8B8B. Windows color (decimal): -4949126 or 8027060. OLE color: 8027060.

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

Color convert

RGB180123122-
CMYK00.320.320.29
HSL1.03º27.88%59.22%-
HSV(B)1.03º32.22%70.59%-
XYZ29.4225.2721.74-
YUV139.93117.88156.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=42.35%
G=28.94%
B=28.71%

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
Decimal18012312200.320.320.291.0327.8859.22
HexB47B7A020201D11c3b
Octal264173172040403513473
Binary1011010011110111111010010000010000011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B7A; }

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

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

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

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

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

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

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

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