Html Css Color HEX #B5145C Jazzberry Jam

📋 copy color: '#B5145C'

red 181 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #B5145C

Tints of Jazzberry Jam #B5145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 61.77%
G = 6.83%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5145C (or 0xB5145C) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 5C. RGB value is (181,20,92). Sum of RGB (Red+Green+Blue) = 181+20+92=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5145C is #4AEBA3. Grayscale: #4C4C4C. Windows color (decimal): -4909988 or 6034613. OLE color: 6034613.

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

Color convert

RGB 181 20 92 -
CMYK 0 0.89 0.49 0.29
HSL 333.17º 0.8% 0.39% -
HSV(B) 333.17º 0.89% 0.71% -
XYZ 21.24 11.1 11.15 -
YUV 76.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 181 20 92 0 0.89 0.49 0.29 333.17 0.8 0.39
Hex B5 14 5C 0 59 31 1D 14D 50 27
Octal 265 24 134 0 131 61 35 515 120 47
Binary 10110101 10100 1011100 0 1011001 110001 11101 101001101 1010000 100111

Color Harmonies of #B5145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5145C

Black with #B5145C

Text Example


Text Example

White with #B5145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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