#B48A7E

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

Shades of Brandy Rose #B48A7E

Tints of Brandy Rose #B48A7E

Color information

#B48A7E (or 0xB48A7E) is unknown color: approx Brandy Rose. HEX triplet: B4, 8A and 7E. RGB value is (180,138,126). Sum of RGB (Red+Green+Blue) = 180+138+126=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A7E is #4B7581. Grayscale: #959595. Windows color (decimal): -4945282 or 8293044. OLE color: 8293044.

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

Color convert

RGB180138126-
CMYK00.230.30.29
HSL13.33º26.47%60%-
HSV(B)13.33º30%70.59%-
XYZ31.6829.3923.74-
YUV149.19114.91149.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=40.54%
G=31.08%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013812600.230.30.2913.3326.4760
HexB48A7E0171E1Dd1a3c
Octal2642121760273635153274
Binary101101001000101011111100101111111011101110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A7E; }

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

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

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

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

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

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

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

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