Html Css Color HEX #B80851 Jazzberry Jam

📋 copy color: '#B80851'

red 184 ◦ green 8 ◦ blue 81

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

Shades of Jazzberry Jam #B80851

Tints of Jazzberry Jam #B80851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 67.4%
G = 2.93%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B80851 (or 0xB80851) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 51. RGB value is (184,8,81). Sum of RGB (Red+Green+Blue) = 184+8+81=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B80851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80851 is #47F7AE. Grayscale: #444444. Windows color (decimal): -4716463 or 5310648. OLE color: 5310648.

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

Color convert

RGB 184 8 81 -
CMYK 0 0.96 0.56 0.28
HSL 335.11º 0.92% 0.38% -
HSV(B) 335.11º 0.96% 0.72% -
XYZ 21.34 10.96 8.78 -
YUV 68.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 184 8 81 0 0.96 0.56 0.28 335.11 0.92 0.38
Hex B8 8 51 0 60 38 1C 14F 5C 26
Octal 270 10 121 0 140 70 34 517 134 46
Binary 10111000 1000 1010001 0 1100000 111000 11100 101001111 1011100 100110

Color Harmonies of #B80851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80851

Black with #B80851

Text Example


Text Example

White with #B80851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80851; }

 p { color: rgb(184,8,81); }

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

background-color css

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

 a { background-color: rgb(184,8,81); }

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

border-color css

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

 span { border-color: rgb(184,8,81); }

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