Html Css Color HEX #B5024F Jazzberry Jam

📋 copy color: '#B5024F'

red 181 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #B5024F

Tints of Jazzberry Jam #B5024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 69.08%
G = 0.76%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5024F (or 0xB5024F) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 4F. RGB value is (181,2,79). Sum of RGB (Red+Green+Blue) = 181+2+79=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5024F is #4AFDB0. Grayscale: #404040. Windows color (decimal): -4914609 or 5178037. OLE color: 5178037.

HSL color Cylindrical-coordinate representation of color #B5024F: hue angle of 334.19º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5024F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 79 -
CMYK 0 0.99 0.56 0.29
HSL 334.19º 0.98% 0.36% -
HSV(B) 334.19º 0.99% 0.71% -
XYZ 20.49 10.43 8.33 -
YUV 64.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 181 2 79 0 0.99 0.56 0.29 334.19 0.98 0.36
Hex B5 2 4F 0 63 38 1D 14E 62 24
Octal 265 2 117 0 143 70 35 516 142 44
Binary 10110101 10 1001111 0 1100011 111000 11101 101001110 1100010 100100

Color Harmonies of #B5024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5024F

Black with #B5024F

Text Example


Text Example

White with #B5024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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