Html Css Color HEX #B80B5E Jazzberry Jam

📋 copy color: '#B80B5E'

red 184 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #B80B5E

Tints of Jazzberry Jam #B80B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

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

R = 63.67%
G = 3.81%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B80B5E (or 0xB80B5E) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 5E. RGB value is (184,11,94). Sum of RGB (Red+Green+Blue) = 184+11+94=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B5E is #47F4A1. Grayscale: #484848. Windows color (decimal): -4715682 or 6163384. OLE color: 6163384.

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

Color convert

RGB 184 11 94 -
CMYK 0 0.94 0.49 0.28
HSL 331.21º 0.89% 0.38% -
HSV(B) 331.21º 0.94% 0.72% -
XYZ 21.91 11.24 11.6 -
YUV 72.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 184 11 94 0 0.94 0.49 0.28 331.21 0.89 0.38
Hex B8 B 5E 0 5E 31 1C 14B 59 26
Octal 270 13 136 0 136 61 34 513 131 46
Binary 10111000 1011 1011110 0 1011110 110001 11100 101001011 1011001 100110

Color Harmonies of #B80B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B5E

Black with #B80B5E

Text Example


Text Example

White with #B80B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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