#B48773

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

Shades of Brandy Rose #B48773

Tints of Brandy Rose #B48773

Color information

#B48773 (or 0xB48773) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 73. RGB value is (180,135,115). Sum of RGB (Red+Green+Blue) = 180+135+115=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48773 is #4B788C. Grayscale: #929292. Windows color (decimal): -4946061 or 7571380. OLE color: 7571380.

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

Color convert

RGB180135115-
CMYK00.250.360.29
HSL18.46º30.23%57.84%-
HSV(B)18.46º36.11%70.59%-
XYZ30.5828.2720.06-
YUV146.18110.41152.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=41.86%
G=31.40%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013511500.250.360.2918.4630.2357.84
HexB48773019241D121e3a
Octal2642071630314435223672
Binary10110100100001111110011011001100100111011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48773; }

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

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

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

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

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

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

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

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