Html Css Color HEX #B5014F Jazzberry Jam

📋 copy color: '#B5014F'

red 181 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #B5014F

Tints of Jazzberry Jam #B5014F

RGB

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

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

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

R = 69.35%
G = 0.38%
B = 30.27%

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

#B5014F (or 0xB5014F) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4F. RGB value is (181,1,79). Sum of RGB (Red+Green+Blue) = 181+1+79=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5014F is #4AFEB0. Grayscale: #3F3F3F. Windows color (decimal): -4914865 or 5177781. OLE color: 5177781.

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

Color convert

RGB 181 1 79 -
CMYK 0 0.99 0.56 0.29
HSL 334º 0.99% 0.36% -
HSV(B) 334º 0.99% 0.71% -
XYZ 20.48 10.41 8.33 -
YUV 63.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 181 1 79 0 0.99 0.56 0.29 334 0.99 0.36
Hex B5 1 4F 0 63 38 1D 14E 63 24
Octal 265 1 117 0 143 70 35 516 143 44
Binary 10110101 1 1001111 0 1100011 111000 11101 101001110 1100011 100100

Color Harmonies of #B5014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5014F

Black with #B5014F

Text Example


Text Example

White with #B5014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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