#B48072

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

Shades of Brandy Rose #B48072

Tints of Brandy Rose #B48072

Color information

#B48072 (or 0xB48072) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 72. RGB value is (180,128,114). Sum of RGB (Red+Green+Blue) = 180+128+114=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B48072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48072 is #4B7F8D. Grayscale: #8E8E8E. Windows color (decimal): -4947854 or 7504052. OLE color: 7504052.

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

Color convert

RGB180128114-
CMYK00.290.370.29
HSL12.73º30.56%57.65%-
HSV(B)12.73º36.67%70.59%-
XYZ29.5826.3619.45-
YUV141.95112.23155.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=42.65%
G=30.33%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012811400.290.370.2912.7330.5657.65
HexB4807201D251Dd1f3a
Octal2642001620354535153772
Binary1011010010000000111001001110110010111101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48072; }

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

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

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

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

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

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

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

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