Html Css Color HEX #B80363 Jazzberry Jam

📋 copy color: '#B80363'

red 184 ◦ green 3 ◦ blue 99

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

Shades of Jazzberry Jam #B80363

Tints of Jazzberry Jam #B80363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 64.34%
G = 1.05%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B80363 (or 0xB80363) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 63. RGB value is (184,3,99). Sum of RGB (Red+Green+Blue) = 184+3+99=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B80363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80363 is #47FC9C. Grayscale: #434343. Windows color (decimal): -4717725 or 6489016. OLE color: 6489016.

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

Color convert

RGB 184 3 99 -
CMYK 0 0.98 0.46 0.28
HSL 328.18º 0.97% 0.37% -
HSV(B) 328.18º 0.98% 0.72% -
XYZ 22.05 11.16 12.8 -
YUV 68.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 184 3 99 0 0.98 0.46 0.28 328.18 0.97 0.37
Hex B8 3 63 0 62 2E 1C 148 61 25
Octal 270 3 143 0 142 56 34 510 141 45
Binary 10111000 11 1100011 0 1100010 101110 11100 101001000 1100001 100101

Color Harmonies of #B80363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80363

Black with #B80363

Text Example


Text Example

White with #B80363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80363; }

 p { color: rgb(184,3,99); }

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

background-color css

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

 a { background-color: rgb(184,3,99); }

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

border-color css

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

 span { border-color: rgb(184,3,99); }

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