Html Css Color HEX #B0144F Jazzberry Jam

📋 copy color: '#B0144F'

red 176 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #B0144F

Tints of Jazzberry Jam #B0144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 64%
G = 7.27%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0144F (or 0xB0144F) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 4F. RGB value is (176,20,79). Sum of RGB (Red+Green+Blue) = 176+20+79=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0144F is #4FEBB0. Grayscale: #494949. Windows color (decimal): -5237681 or 5182640. OLE color: 5182640.

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

Color convert

RGB 176 20 79 -
CMYK 0 0.89 0.55 0.31
HSL 337.31º 0.8% 0.38% -
HSV(B) 337.31º 0.89% 0.69% -
XYZ 19.57 10.29 8.35 -
YUV 73.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 176 20 79 0 0.89 0.55 0.31 337.31 0.8 0.38
Hex B0 14 4F 0 59 37 1F 151 50 26
Octal 260 24 117 0 131 67 37 521 120 46
Binary 10110000 10100 1001111 0 1011001 110111 11111 101010001 1010000 100110

Color Harmonies of #B0144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0144F

Black with #B0144F

Text Example


Text Example

White with #B0144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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