Html Css Color HEX #B00E51 Jazzberry Jam

📋 copy color: '#B00E51'

red 176 ◦ green 14 ◦ blue 81

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

Shades of Jazzberry Jam #B00E51

Tints of Jazzberry Jam #B00E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

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

R = 64.94%
G = 5.17%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B00E51 (or 0xB00E51) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 51. RGB value is (176,14,81). Sum of RGB (Red+Green+Blue) = 176+14+81=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E51 is #4FF1AE. Grayscale: #454545. Windows color (decimal): -5239215 or 5312176. OLE color: 5312176.

HSL color Cylindrical-coordinate representation of color #B00E51: hue angle of 335.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E51 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 81 -
CMYK 0 0.92 0.54 0.31
HSL 335.19º 0.85% 0.37% -
HSV(B) 335.19º 0.92% 0.69% -
XYZ 19.55 10.14 8.71 -
YUV 70.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 176 14 81 0 0.92 0.54 0.31 335.19 0.85 0.37
Hex B0 E 51 0 5C 36 1F 14F 55 25
Octal 260 16 121 0 134 66 37 517 125 45
Binary 10110000 1110 1010001 0 1011100 110110 11111 101001111 1010101 100101

Color Harmonies of #B00E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E51

Black with #B00E51

Text Example


Text Example

White with #B00E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E51; }

 p { color: rgb(176,14,81); }

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

background-color css

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

 a { background-color: rgb(176,14,81); }

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

border-color css

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

 span { border-color: rgb(176,14,81); }

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