Html Css Color HEX #B96998 Hopbush

📋 copy color: '#B96998'

red 185 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #B96998

Tints of Hopbush #B96998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

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

R = 41.86%
G = 23.76%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B96998 (or 0xB96998) is known color: Hopbush. HEX triplet: B9, 69 and 98. RGB value is (185,105,152). Sum of RGB (Red+Green+Blue) = 185+105+152=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B96998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96998 is #469667. Grayscale: #868686. Windows color (decimal): -4626024 or 9988537. OLE color: 9988537.

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

Color convert

RGB 185 105 152 -
CMYK 0 0.43 0.18 0.27
HSL 324.75º 0.36% 0.57% -
HSV(B) 324.75º 0.43% 0.73% -
XYZ 30.73 22.68 32.46 -
YUV 134.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 185 105 152 0 0.43 0.18 0.27 324.75 0.36 0.57
Hex B9 69 98 0 2B 12 1B 145 24 39
Octal 271 151 230 0 53 22 33 505 44 71
Binary 10111001 1101001 10011000 0 101011 10010 11011 101000101 100100 111001

Color Harmonies of #B96998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96998

Black with #B96998

Text Example


Text Example

White with #B96998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96998; }

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

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

background-color css

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

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

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

border-color css

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

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

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