Html Css Color HEX #B5014C Jazzberry Jam

📋 copy color: '#B5014C'

red 181 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #B5014C

Tints of Jazzberry Jam #B5014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 70.16%
G = 0.39%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5014C (or 0xB5014C) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4C. RGB value is (181,1,76). Sum of RGB (Red+Green+Blue) = 181+1+76=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5014C is #4AFEB3. Grayscale: #3F3F3F. Windows color (decimal): -4914868 or 4981173. OLE color: 4981173.

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

Color convert

RGB 181 1 76 -
CMYK 0 0.99 0.58 0.29
HSL 335º 0.99% 0.36% -
HSV(B) 335º 0.99% 0.71% -
XYZ 20.37 10.37 7.76 -
YUV 63.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 181 1 76 0 0.99 0.58 0.29 335 0.99 0.36
Hex B5 1 4C 0 63 3A 1D 14F 63 24
Octal 265 1 114 0 143 72 35 517 143 44
Binary 10110101 1 1001100 0 1100011 111010 11101 101001111 1100011 100100

Color Harmonies of #B5014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5014C

Black with #B5014C

Text Example


Text Example

White with #B5014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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