Html Css Color HEX #B9055E Jazzberry Jam

📋 copy color: '#B9055E'

red 185 ◦ green 5 ◦ blue 94

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

Shades of Jazzberry Jam #B9055E

Tints of Jazzberry Jam #B9055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 65.14%
G = 1.76%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9055E (or 0xB9055E) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 5E. RGB value is (185,5,94). Sum of RGB (Red+Green+Blue) = 185+5+94=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9055E is #46FAA1. Grayscale: #444444. Windows color (decimal): -4651682 or 6161849. OLE color: 6161849.

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

Color convert

RGB 185 5 94 -
CMYK 0 0.97 0.49 0.27
HSL 330.33º 0.95% 0.37% -
HSV(B) 330.33º 0.97% 0.73% -
XYZ 22.08 11.23 11.59 -
YUV 68.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 185 5 94 0 0.97 0.49 0.27 330.33 0.95 0.37
Hex B9 5 5E 0 61 31 1B 14A 5F 25
Octal 271 5 136 0 141 61 33 512 137 45
Binary 10111001 101 1011110 0 1100001 110001 11011 101001010 1011111 100101

Color Harmonies of #B9055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9055E

Black with #B9055E

Text Example


Text Example

White with #B9055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9055E; }

 p { color: rgb(185,5,94); }

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

background-color css

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

 a { background-color: rgb(185,5,94); }

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

border-color css

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

 span { border-color: rgb(185,5,94); }

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