Html Css Color HEX #B5015F Jazzberry Jam

📋 copy color: '#B5015F'

red 181 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #B5015F

Tints of Jazzberry Jam #B5015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 65.34%
G = 0.36%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5015F (or 0xB5015F) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 5F. RGB value is (181,1,95). Sum of RGB (Red+Green+Blue) = 181+1+95=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5015F is #4AFEA0. Grayscale: #414141. Windows color (decimal): -4914849 or 6226357. OLE color: 6226357.

HSL color Cylindrical-coordinate representation of color #B5015F: hue angle of 328.67º degrees, saturation: 0.99, 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 #B5015F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 95 -
CMYK 0 0.99 0.48 0.29
HSL 328.67º 0.99% 0.36% -
HSV(B) 328.67º 0.99% 0.71% -
XYZ 21.13 10.67 11.77 -
YUV 65.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 181 1 95 0 0.99 0.48 0.29 328.67 0.99 0.36
Hex B5 1 5F 0 63 30 1D 149 63 24
Octal 265 1 137 0 143 60 35 511 143 44
Binary 10110101 1 1011111 0 1100011 110000 11101 101001001 1100011 100100

Color Harmonies of #B5015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5015F

Black with #B5015F

Text Example


Text Example

White with #B5015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5015F; }

 p { color: rgb(181,1,95); }

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

background-color css

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

 a { background-color: rgb(181,1,95); }

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

border-color css

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

 span { border-color: rgb(181,1,95); }

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