Html Css Color HEX #B0144E Jazzberry Jam

📋 copy color: '#B0144E'

red 176 ◦ green 20 ◦ blue 78

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

Shades of Jazzberry Jam #B0144E

Tints of Jazzberry Jam #B0144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 64.23%
G = 7.3%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0144E (or 0xB0144E) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 4E. RGB value is (176,20,78). Sum of RGB (Red+Green+Blue) = 176+20+78=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0144E is #4FEBB1. Grayscale: #494949. Windows color (decimal): -5237682 or 5117104. OLE color: 5117104.

HSL color Cylindrical-coordinate representation of color #B0144E: hue angle of 337.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0144E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 78 -
CMYK 0 0.89 0.56 0.31
HSL 337.69º 0.8% 0.38% -
HSV(B) 337.69º 0.89% 0.69% -
XYZ 19.53 10.28 8.16 -
YUV 73.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 176 20 78 0 0.89 0.56 0.31 337.69 0.8 0.38
Hex B0 14 4E 0 59 38 1F 152 50 26
Octal 260 24 116 0 131 70 37 522 120 46
Binary 10110000 10100 1001110 0 1011001 111000 11111 101010010 1010000 100110

Color Harmonies of #B0144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0144E

Black with #B0144E

Text Example


Text Example

White with #B0144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0144E; }

 p { color: rgb(176,20,78); }

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

background-color css

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

 a { background-color: rgb(176,20,78); }

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

border-color css

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

 span { border-color: rgb(176,20,78); }

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