#B48A74

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

Shades of Brandy Rose #B48A74

Tints of Brandy Rose #B48A74

Color information

#B48A74 (or 0xB48A74) is unknown color: approx Brandy Rose. HEX triplet: B4, 8A and 74. RGB value is (180,138,116). Sum of RGB (Red+Green+Blue) = 180+138+116=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A74 is #4B758B. Grayscale: #949494. Windows color (decimal): -4945292 or 7637684. OLE color: 7637684.

HSL color Cylindrical-coordinate representation of color #B48A74: hue angle of 20.63º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48A74 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180138116-
CMYK00.230.360.29
HSL20.63º29.91%58.04%-
HSV(B)20.63º35.56%70.59%-
XYZ31.0629.1420.51-
YUV148.05109.91150.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=41.47%
G=31.80%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013811600.230.360.2920.6329.9158.04
HexB48A74017241D151e3a
Octal2642121640274435253672
Binary10110100100010101110100010111100100111011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A74; }

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

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

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

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

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

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

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

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