Html Css Color HEX #B87295 Hopbush

📋 copy color: '#B87295'

red 184 ◦ green 114 ◦ blue 149

#B87295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #B87295

Tints of Hopbush #B87295

RGB

 RED value IS 184 (72.27% from 255) = 41.16%

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 41.16%
G = 25.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B87295 (or 0xB87295) is known color: Hopbush. HEX triplet: B8, 72 and 95. RGB value is (184,114,149). Sum of RGB (Red+Green+Blue) = 184+114+149=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B87295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87295 is #478D6A. Grayscale: #8A8A8A. Windows color (decimal): -4689259 or 9794232. OLE color: 9794232.

HSL color Cylindrical-coordinate representation of color #B87295: hue angle of 330º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87295 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 149 -
CMYK 0 0.38 0.19 0.28
HSL 330º 0.33% 0.58% -
HSV(B) 330º 0.38% 0.72% -
XYZ 31.21 24.39 31.5 -
YUV 138.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 184 114 149 0 0.38 0.19 0.28 330 0.33 0.58
Hex B8 72 95 0 26 13 1C 14A 21 3A
Octal 270 162 225 0 46 23 34 512 41 72
Binary 10111000 1110010 10010101 0 100110 10011 11100 101001010 100001 111010

Color Harmonies of #B87295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87295

Black with #B87295

Text Example


Text Example

White with #B87295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87295; }

 p { color: rgb(184,114,149); }

 H1.HeaderClassName
 {
   color: #B87295;
 }
 .AnyTagClassName
 {
   color: #B87295;
 }
</style>

background-color css

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

 a { background-color: rgb(184,114,149); }

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

border-color css

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

 span { border-color: rgb(184,114,149); }

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