Html Css Color HEX #B02464 Jazzberry Jam

📋 copy color: '#B02464'

red 176 ◦ green 36 ◦ blue 100

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

Shades of Jazzberry Jam #B02464

Tints of Jazzberry Jam #B02464

RGB

 RED value IS 176 (69.14% from 255) = 56.41%

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 56.41%
G = 11.54%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B02464 (or 0xB02464) is known color: Jazzberry Jam. HEX triplet: B0, 24 and 64. RGB value is (176,36,100). Sum of RGB (Red+Green+Blue) = 176+36+100=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B02464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02464 is #4FDB9B. Grayscale: #555555. Windows color (decimal): -5233564 or 6562992. OLE color: 6562992.

HSL color Cylindrical-coordinate representation of color #B02464: hue angle of 332.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02464 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 100 -
CMYK 0 0.80 0.43 0.31
HSL 332.57º 0.66% 0.42% -
HSV(B) 332.57º 0.8% 0.69% -
XYZ 20.84 11.41 13.16 -
YUV 85.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 176 36 100 0 0.80 0.43 0.31 332.57 0.66 0.42
Hex B0 24 64 0 50 2B 1F 14D 42 2A
Octal 260 44 144 0 120 53 37 515 102 52
Binary 10110000 100100 1100100 0 1010000 101011 11111 101001101 1000010 101010

Color Harmonies of #B02464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02464

Black with #B02464

Text Example


Text Example

White with #B02464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02464; }

 p { color: rgb(176,36,100); }

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

background-color css

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

 a { background-color: rgb(176,36,100); }

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

border-color css

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

 span { border-color: rgb(176,36,100); }

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