Html Css Color HEX #B96598 Hopbush

📋 copy color: '#B96598'

red 185 ◦ green 101 ◦ blue 152

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

Shades of Hopbush #B96598

Tints of Hopbush #B96598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 42.24%
G = 23.06%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B96598 (or 0xB96598) is known color: Hopbush. HEX triplet: B9, 65 and 98. RGB value is (185,101,152). Sum of RGB (Red+Green+Blue) = 185+101+152=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96598 is #469A67. Grayscale: #838383. Windows color (decimal): -4627048 or 9987513. OLE color: 9987513.

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

Color convert

RGB 185 101 152 -
CMYK 0 0.45 0.18 0.27
HSL 323.57º 0.38% 0.56% -
HSV(B) 323.57º 0.45% 0.73% -
XYZ 30.33 21.89 32.33 -
YUV 131.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 185 101 152 0 0.45 0.18 0.27 323.57 0.38 0.56
Hex B9 65 98 0 2D 12 1B 144 26 38
Octal 271 145 230 0 55 22 33 504 46 70
Binary 10111001 1100101 10011000 0 101101 10010 11011 101000100 100110 111000

Color Harmonies of #B96598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96598

Black with #B96598

Text Example


Text Example

White with #B96598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96598; }

 p { color: rgb(185,101,152); }

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

background-color css

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

 a { background-color: rgb(185,101,152); }

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

border-color css

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

 span { border-color: rgb(185,101,152); }

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