Html Css Color HEX #B96490 Hopbush

📋 copy color: '#B96490'

red 185 ◦ green 100 ◦ blue 144

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

Shades of Hopbush #B96490

Tints of Hopbush #B96490

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

 GREEN value IS 100 (39.45% from 255) = 23.31%

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 43.12%
G = 23.31%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B96490 (or 0xB96490) is known color: Hopbush. HEX triplet: B9, 64 and 90. RGB value is (185,100,144). Sum of RGB (Red+Green+Blue) = 185+100+144=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B96490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96490 is #469B6F. Grayscale: #828282. Windows color (decimal): -4627312 or 9462969. OLE color: 9462969.

HSL color Cylindrical-coordinate representation of color #B96490: hue angle of 328.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96490 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 144 -
CMYK 0 0.46 0.22 0.27
HSL 328.94º 0.38% 0.56% -
HSV(B) 328.94º 0.46% 0.73% -
XYZ 29.6 21.44 28.96 -
YUV 130.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 185 100 144 0 0.46 0.22 0.27 328.94 0.38 0.56
Hex B9 64 90 0 2E 16 1B 149 26 38
Octal 271 144 220 0 56 26 33 511 46 70
Binary 10111001 1100100 10010000 0 101110 10110 11011 101001001 100110 111000

Color Harmonies of #B96490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96490

Black with #B96490

Text Example


Text Example

White with #B96490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96490; }

 p { color: rgb(185,100,144); }

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

background-color css

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

 a { background-color: rgb(185,100,144); }

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

border-color css

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

 span { border-color: rgb(185,100,144); }

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