Html Css Color HEX #B80750 Jazzberry Jam

📋 copy color: '#B80750'

red 184 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #B80750

Tints of Jazzberry Jam #B80750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 67.9%
G = 2.58%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B80750 (or 0xB80750) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 50. RGB value is (184,7,80). Sum of RGB (Red+Green+Blue) = 184+7+80=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80750 is #47F8AF. Grayscale: #444444. Windows color (decimal): -4716720 or 5244856. OLE color: 5244856.

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

Color convert

RGB 184 7 80 -
CMYK 0 0.96 0.57 0.28
HSL 335.25º 0.93% 0.37% -
HSV(B) 335.25º 0.96% 0.72% -
XYZ 21.29 10.92 8.58 -
YUV 68.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 184 7 80 0 0.96 0.57 0.28 335.25 0.93 0.37
Hex B8 7 50 0 60 39 1C 14F 5D 25
Octal 270 7 120 0 140 71 34 517 135 45
Binary 10111000 111 1010000 0 1100000 111001 11100 101001111 1011101 100101

Color Harmonies of #B80750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80750

Black with #B80750

Text Example


Text Example

White with #B80750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80750; }

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

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

background-color css

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

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

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

border-color css

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

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

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