Html Css Color HEX #B80955 Jazzberry Jam

📋 copy color: '#B80955'

red 184 ◦ green 9 ◦ blue 85

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

Shades of Jazzberry Jam #B80955

Tints of Jazzberry Jam #B80955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 66.19%
G = 3.24%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B80955 (or 0xB80955) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 55. RGB value is (184,9,85). Sum of RGB (Red+Green+Blue) = 184+9+85=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B80955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80955 is #47F6AA. Grayscale: #454545. Windows color (decimal): -4716203 or 5573048. OLE color: 5573048.

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

Color convert

RGB 184 9 85 -
CMYK 0 0.95 0.54 0.28
HSL 333.94º 0.91% 0.38% -
HSV(B) 333.94º 0.95% 0.72% -
XYZ 21.5 11.04 9.59 -
YUV 69.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 184 9 85 0 0.95 0.54 0.28 333.94 0.91 0.38
Hex B8 9 55 0 5F 36 1C 14E 5B 26
Octal 270 11 125 0 137 66 34 516 133 46
Binary 10111000 1001 1010101 0 1011111 110110 11100 101001110 1011011 100110

Color Harmonies of #B80955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80955

Black with #B80955

Text Example


Text Example

White with #B80955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80955; }

 p { color: rgb(184,9,85); }

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

background-color css

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

 a { background-color: rgb(184,9,85); }

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

border-color css

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

 span { border-color: rgb(184,9,85); }

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