Html Css Color HEX #B80A4A Jazzberry Jam

📋 copy color: '#B80A4A'

red 184 ◦ green 10 ◦ blue 74

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

Shades of Jazzberry Jam #B80A4A

Tints of Jazzberry Jam #B80A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 68.66%
G = 3.73%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B80A4A (or 0xB80A4A) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 4A. RGB value is (184,10,74). Sum of RGB (Red+Green+Blue) = 184+10+74=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A4A is #47F5B5. Grayscale: #454545. Windows color (decimal): -4715958 or 4852408. OLE color: 4852408.

HSL color Cylindrical-coordinate representation of color #B80A4A: hue angle of 337.93º 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 #B80A4A is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 74 -
CMYK 0 0.95 0.60 0.28
HSL 337.93º 0.9% 0.38% -
HSV(B) 337.93º 0.95% 0.72% -
XYZ 21.11 10.9 7.47 -
YUV 69.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 184 10 74 0 0.95 0.60 0.28 337.93 0.9 0.38
Hex B8 A 4A 0 5F 3C 1C 152 5A 26
Octal 270 12 112 0 137 74 34 522 132 46
Binary 10111000 1010 1001010 0 1011111 111100 11100 101010010 1011010 100110

Color Harmonies of #B80A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A4A

Black with #B80A4A

Text Example


Text Example

White with #B80A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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