Html Css Color HEX #B5144F Jazzberry Jam

📋 copy color: '#B5144F'

red 181 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #B5144F

Tints of Jazzberry Jam #B5144F

RGB

 RED value IS 181 (71.09% from 255) = 64.64%

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

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

R = 64.64%
G = 7.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5144F (or 0xB5144F) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 4F. RGB value is (181,20,79). Sum of RGB (Red+Green+Blue) = 181+20+79=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5144F is #4AEBB0. Grayscale: #4A4A4A. Windows color (decimal): -4910001 or 5182645. OLE color: 5182645.

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

Color convert

RGB 181 20 79 -
CMYK 0 0.89 0.56 0.29
HSL 338.01º 0.8% 0.39% -
HSV(B) 338.01º 0.89% 0.71% -
XYZ 20.72 10.89 8.41 -
YUV 74.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 181 20 79 0 0.89 0.56 0.29 338.01 0.8 0.39
Hex B5 14 4F 0 59 38 1D 152 50 27
Octal 265 24 117 0 131 70 35 522 120 47
Binary 10110101 10100 1001111 0 1011001 111000 11101 101010010 1010000 100111

Color Harmonies of #B5144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5144F

Black with #B5144F

Text Example


Text Example

White with #B5144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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