#B48B77

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

Shades of Brandy Rose #B48B77

Tints of Brandy Rose #B48B77

Color information

#B48B77 (or 0xB48B77) is unknown color: approx Brandy Rose. HEX triplet: B4, 8B and 77. RGB value is (180,139,119). Sum of RGB (Red+Green+Blue) = 180+139+119=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B77 is #4B7488. Grayscale: #959595. Windows color (decimal): -4945033 or 7834548. OLE color: 7834548.

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

Color convert

RGB180139119-
CMYK00.230.340.29
HSL19.67º28.91%58.63%-
HSV(B)19.67º33.89%70.59%-
XYZ31.3829.521.49-
YUV148.98111.08150.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=41.10%
G=31.74%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013911900.230.340.2919.6728.9158.63
HexB48B77017221D141d3b
Octal2642131670274235243573
Binary10110100100010111110111010111100010111011010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B77; }

 p { color: rgb(180,139,119); }

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

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

 a { background-color: rgb(180,139,119); }

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

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

 span { border-color: rgb(180,139,119); }

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