Html Css Color HEX #B4174F Jazzberry Jam

📋 copy color: '#B4174F'

red 180 ◦ green 23 ◦ blue 79

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

Shades of Jazzberry Jam #B4174F

Tints of Jazzberry Jam #B4174F

RGB

 RED value IS 180 (70.7% from 255) = 63.83%

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 63.83%
G = 8.16%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4174F (or 0xB4174F) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 4F. RGB value is (180,23,79). Sum of RGB (Red+Green+Blue) = 180+23+79=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4174F is #4BE8B0. Grayscale: #4C4C4C. Windows color (decimal): -4974769 or 5183412. OLE color: 5183412.

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

Color convert

RGB 180 23 79 -
CMYK 0 0.87 0.56 0.29
HSL 338.6º 0.77% 0.4% -
HSV(B) 338.6º 0.87% 0.71% -
XYZ 20.54 10.88 8.41 -
YUV 76.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 180 23 79 0 0.87 0.56 0.29 338.6 0.77 0.4
Hex B4 17 4F 0 57 38 1D 153 4D 28
Octal 264 27 117 0 127 70 35 523 115 50
Binary 10110100 10111 1001111 0 1010111 111000 11101 101010011 1001101 101000

Color Harmonies of #B4174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4174F

Black with #B4174F

Text Example


Text Example

White with #B4174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4174F; }

 p { color: rgb(180,23,79); }

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

background-color css

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

 a { background-color: rgb(180,23,79); }

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

border-color css

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

 span { border-color: rgb(180,23,79); }

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