Html Css Color HEX #B96895 Hopbush

📋 copy color: '#B96895'

red 185 ◦ green 104 ◦ blue 149

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

Shades of Hopbush #B96895

Tints of Hopbush #B96895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 42.24%
G = 23.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B96895 (or 0xB96895) is known color: Hopbush. HEX triplet: B9, 68 and 95. RGB value is (185,104,149). Sum of RGB (Red+Green+Blue) = 185+104+149=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96895 is #46976A. Grayscale: #858585. Windows color (decimal): -4626283 or 9791673. OLE color: 9791673.

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

Color convert

RGB 185 104 149 -
CMYK 0 0.44 0.19 0.27
HSL 326.67º 0.37% 0.57% -
HSV(B) 326.67º 0.44% 0.73% -
XYZ 30.38 22.38 31.15 -
YUV 133.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 185 104 149 0 0.44 0.19 0.27 326.67 0.37 0.57
Hex B9 68 95 0 2C 13 1B 147 25 39
Octal 271 150 225 0 54 23 33 507 45 71
Binary 10111001 1101000 10010101 0 101100 10011 11011 101000111 100101 111001

Color Harmonies of #B96895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96895

Black with #B96895

Text Example


Text Example

White with #B96895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96895; }

 p { color: rgb(185,104,149); }

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

background-color css

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

 a { background-color: rgb(185,104,149); }

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

border-color css

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

 span { border-color: rgb(185,104,149); }

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