Html Css Color HEX #B96390 Hopbush

📋 copy color: '#B96390'

red 185 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #B96390

Tints of Hopbush #B96390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 43.22%
G = 23.13%
B = 33.64%

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

#B96390 (or 0xB96390) is known color: Hopbush. HEX triplet: B9, 63 and 90. RGB value is (185,99,144). Sum of RGB (Red+Green+Blue) = 185+99+144=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B96390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96390 is #469C6F. Grayscale: #818181. Windows color (decimal): -4627568 or 9462713. OLE color: 9462713.

HSL color Cylindrical-coordinate representation of color #B96390: hue angle of 328.6º 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 #B96390 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 144 -
CMYK 0 0.46 0.22 0.27
HSL 328.6º 0.38% 0.56% -
HSV(B) 328.6º 0.46% 0.73% -
XYZ 29.5 21.25 28.93 -
YUV 129.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 185 99 144 0 0.46 0.22 0.27 328.6 0.38 0.56
Hex B9 63 90 0 2E 16 1B 149 26 38
Octal 271 143 220 0 56 26 33 511 46 70
Binary 10111001 1100011 10010000 0 101110 10110 11011 101001001 100110 111000

Color Harmonies of #B96390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96390

Black with #B96390

Text Example


Text Example

White with #B96390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96390; }

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

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

background-color css

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

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

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

border-color css

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

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

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