Html Css Color HEX #B00464 Jazzberry Jam

📋 copy color: '#B00464'

red 176 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B00464

Tints of Jazzberry Jam #B00464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 62.86%
G = 1.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00464 (or 0xB00464) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 64. RGB value is (176,4,100). Sum of RGB (Red+Green+Blue) = 176+4+100=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B00464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00464 is #4FFB9B. Grayscale: #424242. Windows color (decimal): -5241756 or 6554800. OLE color: 6554800.

HSL color Cylindrical-coordinate representation of color #B00464: hue angle of 326.51º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00464 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 100 -
CMYK 0 0.98 0.43 0.31
HSL 326.51º 0.96% 0.35% -
HSV(B) 326.51º 0.98% 0.69% -
XYZ 20.25 10.24 12.97 -
YUV 66.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 176 4 100 0 0.98 0.43 0.31 326.51 0.96 0.35
Hex B0 4 64 0 62 2B 1F 147 60 23
Octal 260 4 144 0 142 53 37 507 140 43
Binary 10110000 100 1100100 0 1100010 101011 11111 101000111 1100000 100011

Color Harmonies of #B00464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00464

Black with #B00464

Text Example


Text Example

White with #B00464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00464; }

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

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

background-color css

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

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

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

border-color css

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

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

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