#B48779

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

Shades of Brandy Rose #B48779

Tints of Brandy Rose #B48779

Color information

#B48779 (or 0xB48779) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 79. RGB value is (180,135,121). Sum of RGB (Red+Green+Blue) = 180+135+121=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48779 is #4B7886. Grayscale: #929292. Windows color (decimal): -4946055 or 7964596. OLE color: 7964596.

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

Color convert

RGB180135121-
CMYK00.250.330.29
HSL14.24º28.23%59.02%-
HSV(B)14.24º32.78%70.59%-
XYZ30.9428.4121.94-
YUV146.86113.41151.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=41.28%
G=30.96%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013512100.250.330.2914.2428.2359.02
HexB48779019211De1c3b
Octal2642071710314135163473
Binary1011010010000111111100101100110000111101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48779; }

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

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

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

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

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

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

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

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