Html Css Color HEX #B80F5A Jazzberry Jam

📋 copy color: '#B80F5A'

red 184 ◦ green 15 ◦ blue 90

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

Shades of Jazzberry Jam #B80F5A

Tints of Jazzberry Jam #B80F5A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 63.67%
G = 5.19%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B80F5A (or 0xB80F5A) is known color: Jazzberry Jam. HEX triplet: B8, 0F and 5A. RGB value is (184,15,90). Sum of RGB (Red+Green+Blue) = 184+15+90=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80F5A is #47F0A5. Grayscale: #494949. Windows color (decimal): -4714662 or 5902264. OLE color: 5902264.

HSL color Cylindrical-coordinate representation of color #B80F5A: hue angle of 333.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F5A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 15 90 -
CMYK 0 0.92 0.51 0.28
HSL 333.37º 0.85% 0.39% -
HSV(B) 333.37º 0.92% 0.72% -
XYZ 21.78 11.27 10.7 -
YUV 74.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 184 15 90 0 0.92 0.51 0.28 333.37 0.85 0.39
Hex B8 F 5A 0 5C 33 1C 14D 55 27
Octal 270 17 132 0 134 63 34 515 125 47
Binary 10111000 1111 1011010 0 1011100 110011 11100 101001101 1010101 100111

Color Harmonies of #B80F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80F5A

Black with #B80F5A

Text Example


Text Example

White with #B80F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80F5A; }

 p { color: rgb(184,15,90); }

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

background-color css

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

 a { background-color: rgb(184,15,90); }

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

border-color css

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

 span { border-color: rgb(184,15,90); }

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