Html Css Color HEX #B80047 Jazzberry Jam

📋 copy color: '#B80047'

red 184 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #B80047

Tints of Jazzberry Jam #B80047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 72.16%
G = 0%
B = 27.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80047 (or 0xB80047) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 47. RGB value is (184,0,71). Sum of RGB (Red+Green+Blue) = 184+0+71=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80047 is #47FFB8. Grayscale: #3F3F3F. Windows color (decimal): -4718521 or 4653240. OLE color: 4653240.

HSL color Cylindrical-coordinate representation of color #B80047: hue angle of 336.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80047 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 71 -
CMYK 0 1 0.61 0.28
HSL 336.85º 1% 0.36% -
HSV(B) 336.85º 1% 0.72% -
XYZ 20.9 10.65 6.91 -
YUV 63.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 184 0 71 0 1 0.61 0.28 336.85 1 0.36
Hex B8 0 47 0 64 3D 1C 151 64 24
Octal 270 0 107 0 144 75 34 521 144 44
Binary 10111000 0 1000111 0 1100100 111101 11100 101010001 1100100 100100

Color Harmonies of #B80047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80047

Black with #B80047

Text Example


Text Example

White with #B80047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80047; }

 p { color: rgb(184,0,71); }

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

background-color css

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

 a { background-color: rgb(184,0,71); }

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

border-color css

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

 span { border-color: rgb(184,0,71); }

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