Html Css Color HEX #B80A5E Jazzberry Jam

📋 copy color: '#B80A5E'

red 184 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #B80A5E

Tints of Jazzberry Jam #B80A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

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

R = 63.89%
G = 3.47%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B80A5E (or 0xB80A5E) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 5E. RGB value is (184,10,94). Sum of RGB (Red+Green+Blue) = 184+10+94=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A5E is #47F5A1. Grayscale: #474747. Windows color (decimal): -4715938 or 6163128. OLE color: 6163128.

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

Color convert

RGB 184 10 94 -
CMYK 0 0.95 0.49 0.28
HSL 331.03º 0.9% 0.38% -
HSV(B) 331.03º 0.95% 0.72% -
XYZ 21.9 11.22 11.6 -
YUV 71.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 184 10 94 0 0.95 0.49 0.28 331.03 0.9 0.38
Hex B8 A 5E 0 5F 31 1C 14B 5A 26
Octal 270 12 136 0 137 61 34 513 132 46
Binary 10111000 1010 1011110 0 1011111 110001 11100 101001011 1011010 100110

Color Harmonies of #B80A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A5E

Black with #B80A5E

Text Example


Text Example

White with #B80A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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