Html Css Color HEX #B96593 Hopbush

📋 copy color: '#B96593'

red 185 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #B96593

Tints of Hopbush #B96593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 42.73%
G = 23.33%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B96593 (or 0xB96593) is known color: Hopbush. HEX triplet: B9, 65 and 93. RGB value is (185,101,147). Sum of RGB (Red+Green+Blue) = 185+101+147=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96593 is #469A6C. Grayscale: #838383. Windows color (decimal): -4627053 or 9659833. OLE color: 9659833.

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

Color convert

RGB 185 101 147 -
CMYK 0 0.45 0.21 0.27
HSL 327.14º 0.38% 0.56% -
HSV(B) 327.14º 0.45% 0.73% -
XYZ 29.93 21.73 30.22 -
YUV 131.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 185 101 147 0 0.45 0.21 0.27 327.14 0.38 0.56
Hex B9 65 93 0 2D 15 1B 147 26 38
Octal 271 145 223 0 55 25 33 507 46 70
Binary 10111001 1100101 10010011 0 101101 10101 11011 101000111 100110 111000

Color Harmonies of #B96593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96593

Black with #B96593

Text Example


Text Example

White with #B96593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96593; }

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

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

background-color css

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

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

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

border-color css

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

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

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