Html Css Color HEX #B5124F Jazzberry Jam

📋 copy color: '#B5124F'

red 181 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #B5124F

Tints of Jazzberry Jam #B5124F

RGB

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

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

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

R = 65.11%
G = 6.47%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5124F (or 0xB5124F) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 4F. RGB value is (181,18,79). Sum of RGB (Red+Green+Blue) = 181+18+79=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5124F is #4AEDB0. Grayscale: #494949. Windows color (decimal): -4910513 or 5182133. OLE color: 5182133.

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

Color convert

RGB 181 18 79 -
CMYK 0 0.90 0.56 0.29
HSL 337.55º 0.82% 0.39% -
HSV(B) 337.55º 0.9% 0.71% -
XYZ 20.68 10.82 8.4 -
YUV 73.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 181 18 79 0 0.90 0.56 0.29 337.55 0.82 0.39
Hex B5 12 4F 0 5A 38 1D 152 52 27
Octal 265 22 117 0 132 70 35 522 122 47
Binary 10110101 10010 1001111 0 1011010 111000 11101 101010010 1010010 100111

Color Harmonies of #B5124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5124F

Black with #B5124F

Text Example


Text Example

White with #B5124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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