Html Css Color HEX #B00E53 Jazzberry Jam

📋 copy color: '#B00E53'

red 176 ◦ green 14 ◦ blue 83

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

Shades of Jazzberry Jam #B00E53

Tints of Jazzberry Jam #B00E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 64.47%
G = 5.13%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B00E53 (or 0xB00E53) is known color: Jazzberry Jam. HEX triplet: B0, 0E and 53. RGB value is (176,14,83). Sum of RGB (Red+Green+Blue) = 176+14+83=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E53 is #4FF1AC. Grayscale: #464646. Windows color (decimal): -5239213 or 5443248. OLE color: 5443248.

HSL color Cylindrical-coordinate representation of color #B00E53: hue angle of 334.44º 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 #B00E53 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 83 -
CMYK 0 0.92 0.53 0.31
HSL 334.44º 0.85% 0.37% -
HSV(B) 334.44º 0.92% 0.69% -
XYZ 19.62 10.17 9.11 -
YUV 70.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 176 14 83 0 0.92 0.53 0.31 334.44 0.85 0.37
Hex B0 E 53 0 5C 35 1F 14E 55 25
Octal 260 16 123 0 134 65 37 516 125 45
Binary 10110000 1110 1010011 0 1011100 110101 11111 101001110 1010101 100101

Color Harmonies of #B00E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E53

Black with #B00E53

Text Example


Text Example

White with #B00E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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