Html Css Color HEX #B8005E Jazzberry Jam

📋 copy color: '#B8005E'

red 184 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B8005E

Tints of Jazzberry Jam #B8005E

RGB

 RED value IS 184 (72.27% from 255) = 66.19%

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

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

R = 66.19%
G = 0%
B = 33.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8005E (or 0xB8005E) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 5E. RGB value is (184,0,94). Sum of RGB (Red+Green+Blue) = 184+0+94=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8005E is #47FFA1. Grayscale: #414141. Windows color (decimal): -4718498 or 6160568. OLE color: 6160568.

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

Color convert

RGB 184 0 94 -
CMYK 0 1 0.49 0.28
HSL 329.35º 1% 0.36% -
HSV(B) 329.35º 1% 0.72% -
XYZ 21.79 11 11.56 -
YUV 65.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 184 0 94 0 1 0.49 0.28 329.35 1 0.36
Hex B8 0 5E 0 64 31 1C 149 64 24
Octal 270 0 136 0 144 61 34 511 144 44
Binary 10111000 0 1011110 0 1100100 110001 11100 101001001 1100100 100100

Color Harmonies of #B8005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8005E

Black with #B8005E

Text Example


Text Example

White with #B8005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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