Html Css Color HEX #B9015E Jazzberry Jam

📋 copy color: '#B9015E'

red 185 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #B9015E

Tints of Jazzberry Jam #B9015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 66.07%
G = 0.36%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9015E (or 0xB9015E) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 5E. RGB value is (185,1,94). Sum of RGB (Red+Green+Blue) = 185+1+94=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9015E is #46FEA1. Grayscale: #424242. Windows color (decimal): -4652706 or 6160825. OLE color: 6160825.

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

Color convert

RGB 185 1 94 -
CMYK 0 0.99 0.49 0.27
HSL 329.67º 0.99% 0.36% -
HSV(B) 329.67º 0.99% 0.73% -
XYZ 22.04 11.14 11.58 -
YUV 66.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 185 1 94 0 0.99 0.49 0.27 329.67 0.99 0.36
Hex B9 1 5E 0 63 31 1B 14A 63 24
Octal 271 1 136 0 143 61 33 512 143 44
Binary 10111001 1 1011110 0 1100011 110001 11011 101001010 1100011 100100

Color Harmonies of #B9015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9015E

Black with #B9015E

Text Example


Text Example

White with #B9015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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