Html Css Color HEX #B96290 Hopbush

📋 copy color: '#B96290'

red 185 ◦ green 98 ◦ blue 144

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

Shades of Hopbush #B96290

Tints of Hopbush #B96290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 43.33%
G = 22.95%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B96290 (or 0xB96290) is known color: Hopbush. HEX triplet: B9, 62 and 90. RGB value is (185,98,144). Sum of RGB (Red+Green+Blue) = 185+98+144=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B96290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96290 is #469D6F. Grayscale: #818181. Windows color (decimal): -4627824 or 9462457. OLE color: 9462457.

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

Color convert

RGB 185 98 144 -
CMYK 0 0.47 0.22 0.27
HSL 328.28º 0.38% 0.55% -
HSV(B) 328.28º 0.47% 0.73% -
XYZ 29.41 21.06 28.9 -
YUV 129.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 185 98 144 0 0.47 0.22 0.27 328.28 0.38 0.55
Hex B9 62 90 0 2F 16 1B 148 26 37
Octal 271 142 220 0 57 26 33 510 46 67
Binary 10111001 1100010 10010000 0 101111 10110 11011 101001000 100110 110111

Color Harmonies of #B96290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96290

Black with #B96290

Text Example


Text Example

White with #B96290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96290; }

 p { color: rgb(185,98,144); }

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

background-color css

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

 a { background-color: rgb(185,98,144); }

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

border-color css

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

 span { border-color: rgb(185,98,144); }

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