Html Css Color HEX #B5154E Jazzberry Jam

📋 copy color: '#B5154E'

red 181 ◦ green 21 ◦ blue 78

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

Shades of Jazzberry Jam #B5154E

Tints of Jazzberry Jam #B5154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 64.64%
G = 7.5%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5154E (or 0xB5154E) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 4E. RGB value is (181,21,78). Sum of RGB (Red+Green+Blue) = 181+21+78=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5154E is #4AEAB1. Grayscale: #4B4B4B. Windows color (decimal): -4909746 or 5117365. OLE color: 5117365.

HSL color Cylindrical-coordinate representation of color #B5154E: hue angle of 338.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5154E is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 78 -
CMYK 0 0.88 0.57 0.29
HSL 338.63º 0.79% 0.4% -
HSV(B) 338.63º 0.88% 0.71% -
XYZ 20.7 10.91 8.22 -
YUV 75.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 181 21 78 0 0.88 0.57 0.29 338.63 0.79 0.4
Hex B5 15 4E 0 58 39 1D 153 4F 28
Octal 265 25 116 0 130 71 35 523 117 50
Binary 10110101 10101 1001110 0 1011000 111001 11101 101010011 1001111 101000

Color Harmonies of #B5154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5154E

Black with #B5154E

Text Example


Text Example

White with #B5154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5154E; }

 p { color: rgb(181,21,78); }

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

background-color css

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

 a { background-color: rgb(181,21,78); }

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

border-color css

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

 span { border-color: rgb(181,21,78); }

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