Html Css Color HEX #B80345 Jazzberry Jam

📋 copy color: '#B80345'

red 184 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #B80345

Tints of Jazzberry Jam #B80345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 71.88%
G = 1.17%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80345 (or 0xB80345) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 45. RGB value is (184,3,69). Sum of RGB (Red+Green+Blue) = 184+3+69=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80345 is #47FCBA. Grayscale: #404040. Windows color (decimal): -4717755 or 4522936. OLE color: 4522936.

HSL color Cylindrical-coordinate representation of color #B80345: hue angle of 338.12º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80345 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 69 -
CMYK 0 0.98 0.62 0.28
HSL 338.12º 0.97% 0.37% -
HSV(B) 338.12º 0.98% 0.72% -
XYZ 20.87 10.69 6.59 -
YUV 64.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 184 3 69 0 0.98 0.62 0.28 338.12 0.97 0.37
Hex B8 3 45 0 62 3E 1C 152 61 25
Octal 270 3 105 0 142 76 34 522 141 45
Binary 10111000 11 1000101 0 1100010 111110 11100 101010010 1100001 100101

Color Harmonies of #B80345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80345

Black with #B80345

Text Example


Text Example

White with #B80345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80345; }

 p { color: rgb(184,3,69); }

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

background-color css

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

 a { background-color: rgb(184,3,69); }

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

border-color css

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

 span { border-color: rgb(184,3,69); }

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