#B87974

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

Shades of Brandy Rose #B87974

Tints of Brandy Rose #B87974

Color information

#B87974 (or 0xB87974) is unknown color: approx Brandy Rose. HEX triplet: B8, 79 and 74. RGB value is (184,121,116). Sum of RGB (Red+Green+Blue) = 184+121+116=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87974 is #47868B. Grayscale: #8B8B8B. Windows color (decimal): -4687500 or 7633336. OLE color: 7633336.

HSL color Cylindrical-coordinate representation of color #B87974: hue angle of 4.41º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87974 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB184121116-
CMYK00.340.370.28
HSL4.41º32.38%58.82%-
HSV(B)4.41º36.96%72.16%-
XYZ29.7625.1319.8-
YUV139.27114.87159.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=43.71%
G=28.74%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412111600.340.370.284.4132.3858.82
HexB87974022251C4203b
Octal270171164042453444073
Binary1011100011110011110100010001010010111100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87974; }

 p { color: rgb(184,121,116); }

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

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

 a { background-color: rgb(184,121,116); }

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

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

 span { border-color: rgb(184,121,116); }

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