#B58B77

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

Shades of Brandy Rose #B58B77

Tints of Brandy Rose #B58B77

Color information

#B58B77 (or 0xB58B77) is unknown color: approx Brandy Rose. HEX triplet: B5, 8B and 77. RGB value is (181,139,119). Sum of RGB (Red+Green+Blue) = 181+139+119=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B77 is #4A7488. Grayscale: #959595. Windows color (decimal): -4879497 or 7834549. OLE color: 7834549.

HSL color Cylindrical-coordinate representation of color #B58B77: hue angle of 19.35º degrees, saturation: 0.3, 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 #B58B77 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181139119-
CMYK00.230.340.29
HSL19.35º29.52%58.82%-
HSV(B)19.35º34.25%70.98%-
XYZ31.6229.6221.5-
YUV149.28110.91150.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=41.23%
G=31.66%
B=27.11%

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
Decimal18113911900.230.340.2919.3529.5258.82
HexB58B77017221D131e3b
Octal2652131670274235233673
Binary10110101100010111110111010111100010111011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B77; }

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

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

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

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

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

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

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

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