#B58F81

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

Shades of Brandy Rose #B58F81

Tints of Brandy Rose #B58F81

Color information

#B58F81 (or 0xB58F81) is unknown color: approx Brandy Rose. HEX triplet: B5, 8F and 81. RGB value is (181,143,129). Sum of RGB (Red+Green+Blue) = 181+143+129=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F81 is #4A707E. Grayscale: #989898. Windows color (decimal): -4878463 or 8490933. OLE color: 8490933.

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

Color convert

RGB181143129-
CMYK00.210.290.29
HSL16.15º26%60.78%-
HSV(B)16.15º28.73%70.98%-
XYZ32.8431.0525.03-
YUV152.77114.59148.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=39.96%
G=31.57%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114312900.210.290.2916.152660.78
HexB58F810151D1D101a3d
Octal2652172010253535203275
Binary10110101100011111000000101010111101111011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F81; }

 p { color: rgb(181,143,129); }

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

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

 a { background-color: rgb(181,143,129); }

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

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

 span { border-color: rgb(181,143,129); }

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