Html Css Color HEX #B5145A Jazzberry Jam

📋 copy color: '#B5145A'

red 181 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #B5145A

Tints of Jazzberry Jam #B5145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 62.2%
G = 6.87%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5145A (or 0xB5145A) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 5A. RGB value is (181,20,90). Sum of RGB (Red+Green+Blue) = 181+20+90=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5145A is #4AEBA5. Grayscale: #4C4C4C. Windows color (decimal): -4909990 or 5903541. OLE color: 5903541.

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

Color convert

RGB 181 20 90 -
CMYK 0 0.89 0.50 0.29
HSL 333.91º 0.8% 0.39% -
HSV(B) 333.91º 0.89% 0.71% -
XYZ 21.15 11.06 10.69 -
YUV 76.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 181 20 90 0 0.89 0.50 0.29 333.91 0.8 0.39
Hex B5 14 5A 0 59 32 1D 14E 50 27
Octal 265 24 132 0 131 62 35 516 120 47
Binary 10110101 10100 1011010 0 1011001 110010 11101 101001110 1010000 100111

Color Harmonies of #B5145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5145A

Black with #B5145A

Text Example


Text Example

White with #B5145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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