Html Css Color HEX #B5015A Jazzberry Jam

📋 copy color: '#B5015A'

red 181 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #B5015A

Tints of Jazzberry Jam #B5015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 66.54%
G = 0.37%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5015A (or 0xB5015A) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 5A. RGB value is (181,1,90). Sum of RGB (Red+Green+Blue) = 181+1+90=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B5015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5015A is #4AFEA5. Grayscale: #404040. Windows color (decimal): -4914854 or 5898677. OLE color: 5898677.

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

Color convert

RGB 181 1 90 -
CMYK 0 0.99 0.50 0.29
HSL 330.33º 0.99% 0.36% -
HSV(B) 330.33º 0.99% 0.71% -
XYZ 20.91 10.58 10.61 -
YUV 64.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 181 1 90 0 0.99 0.50 0.29 330.33 0.99 0.36
Hex B5 1 5A 0 63 32 1D 14A 63 24
Octal 265 1 132 0 143 62 35 512 143 44
Binary 10110101 1 1011010 0 1100011 110010 11101 101001010 1100011 100100

Color Harmonies of #B5015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5015A

Black with #B5015A

Text Example


Text Example

White with #B5015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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