#B5867C

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

Shades of Brandy Rose #B5867C

Tints of Brandy Rose #B5867C

Color information

#B5867C (or 0xB5867C) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 7C. RGB value is (181,134,124). Sum of RGB (Red+Green+Blue) = 181+134+124=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5867C is #4A7983. Grayscale: #939393. Windows color (decimal): -4880772 or 8160949. OLE color: 8160949.

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

Color convert

RGB181134124-
CMYK00.260.310.29
HSL10.53º27.8%59.8%-
HSV(B)10.53º31.49%70.98%-
XYZ31.2228.3322.89-
YUV146.91115.07152.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=41.23%
G=30.52%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113412400.260.310.2910.5327.859.8
HexB5867C01A1F1Db1c3c
Octal2652061740323735133474
Binary101101011000011011111000110101111111101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5867C; }

 p { color: rgb(181,134,124); }

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

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

 a { background-color: rgb(181,134,124); }

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

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

 span { border-color: rgb(181,134,124); }

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