Html Css Color HEX #B5125C Jazzberry Jam

📋 copy color: '#B5125C'

red 181 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #B5125C

Tints of Jazzberry Jam #B5125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 62.2%
G = 6.19%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5125C (or 0xB5125C) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 5C. RGB value is (181,18,92). Sum of RGB (Red+Green+Blue) = 181+18+92=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5125C is #4AEDA3. Grayscale: #4B4B4B. Windows color (decimal): -4910500 or 6034101. OLE color: 6034101.

HSL color Cylindrical-coordinate representation of color #B5125C: hue angle of 332.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5125C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 92 -
CMYK 0 0.90 0.49 0.29
HSL 332.76º 0.82% 0.39% -
HSV(B) 332.76º 0.9% 0.71% -
XYZ 21.2 11.03 11.14 -
YUV 75.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 181 18 92 0 0.90 0.49 0.29 332.76 0.82 0.39
Hex B5 12 5C 0 5A 31 1D 14D 52 27
Octal 265 22 134 0 132 61 35 515 122 47
Binary 10110101 10010 1011100 0 1011010 110001 11101 101001101 1010010 100111

Color Harmonies of #B5125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5125C

Black with #B5125C

Text Example


Text Example

White with #B5125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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