Html Css Color HEX #B80757 Jazzberry Jam

📋 copy color: '#B80757'

red 184 ◦ green 7 ◦ blue 87

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

Shades of Jazzberry Jam #B80757

Tints of Jazzberry Jam #B80757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 66.19%
G = 2.52%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B80757 (or 0xB80757) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 57. RGB value is (184,7,87). Sum of RGB (Red+Green+Blue) = 184+7+87=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B80757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80757 is #47F8A8. Grayscale: #444444. Windows color (decimal): -4716713 or 5703608. OLE color: 5703608.

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

Color convert

RGB 184 7 87 -
CMYK 0 0.96 0.53 0.28
HSL 332.88º 0.93% 0.37% -
HSV(B) 332.88º 0.96% 0.72% -
XYZ 21.56 11.03 10.01 -
YUV 69.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 184 7 87 0 0.96 0.53 0.28 332.88 0.93 0.37
Hex B8 7 57 0 60 35 1C 14D 5D 25
Octal 270 7 127 0 140 65 34 515 135 45
Binary 10111000 111 1010111 0 1100000 110101 11100 101001101 1011101 100101

Color Harmonies of #B80757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80757

Black with #B80757

Text Example


Text Example

White with #B80757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80757; }

 p { color: rgb(184,7,87); }

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

background-color css

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

 a { background-color: rgb(184,7,87); }

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

border-color css

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

 span { border-color: rgb(184,7,87); }

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