Html Css Color HEX #B9005E Jazzberry Jam

📋 copy color: '#B9005E'

red 185 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B9005E

Tints of Jazzberry Jam #B9005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.31%
G = 0%
B = 33.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9005E (or 0xB9005E) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 5E. RGB value is (185,0,94). Sum of RGB (Red+Green+Blue) = 185+0+94=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9005E is #46FFA1. Grayscale: #414141. Windows color (decimal): -4652962 or 6160569. OLE color: 6160569.

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

Color convert

RGB 185 0 94 -
CMYK 0 1 0.49 0.27
HSL 329.51º 1% 0.36% -
HSV(B) 329.51º 1% 0.73% -
XYZ 22.03 11.12 11.58 -
YUV 66.03 143.79 212.86 -
System Red Green Blue C M Y K H S L
Decimal 185 0 94 0 1 0.49 0.27 329.51 1 0.36
Hex B9 0 5E 0 64 31 1B 14A 64 24
Octal 271 0 136 0 144 61 33 512 144 44
Binary 10111001 0 1011110 0 1100100 110001 11011 101001010 1100100 100100

Color Harmonies of #B9005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9005E

Black with #B9005E

Text Example


Text Example

White with #B9005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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