Html Css Color HEX #B96496 Hopbush

📋 copy color: '#B96496'

red 185 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #B96496

Tints of Hopbush #B96496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 42.53%
G = 22.99%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B96496 (or 0xB96496) is known color: Hopbush. HEX triplet: B9, 64 and 96. RGB value is (185,100,150). Sum of RGB (Red+Green+Blue) = 185+100+150=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B96496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96496 is #469B69. Grayscale: #838383. Windows color (decimal): -4627306 or 9856185. OLE color: 9856185.

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

Color convert

RGB 185 100 150 -
CMYK 0 0.46 0.19 0.27
HSL 324.71º 0.38% 0.56% -
HSV(B) 324.71º 0.46% 0.73% -
XYZ 30.07 21.63 31.44 -
YUV 131.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 185 100 150 0 0.46 0.19 0.27 324.71 0.38 0.56
Hex B9 64 96 0 2E 13 1B 145 26 38
Octal 271 144 226 0 56 23 33 505 46 70
Binary 10111001 1100100 10010110 0 101110 10011 11011 101000101 100110 111000

Color Harmonies of #B96496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96496

Black with #B96496

Text Example


Text Example

White with #B96496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96496; }

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

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

background-color css

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

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

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

border-color css

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

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

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