#B48073

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

Shades of Brandy Rose #B48073

Tints of Brandy Rose #B48073

Color information

#B48073 (or 0xB48073) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 73. RGB value is (180,128,115). Sum of RGB (Red+Green+Blue) = 180+128+115=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48073 is #4B7F8C. Grayscale: #8E8E8E. Windows color (decimal): -4947853 or 7569588. OLE color: 7569588.

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

Color convert

RGB180128115-
CMYK00.290.360.29
HSL12º30.23%57.84%-
HSV(B)12º36.11%70.59%-
XYZ29.6426.3819.75-
YUV142.07112.73155.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=42.55%
G=30.26%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012811500.290.360.291230.2357.84
HexB4807301D241Dc1e3a
Octal2642001630354435143672
Binary1011010010000000111001101110110010011101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48073; }

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

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

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

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

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

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

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

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