Html Css Color HEX #B4134F Jazzberry Jam

📋 copy color: '#B4134F'

red 180 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #B4134F

Tints of Jazzberry Jam #B4134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 64.75%
G = 6.83%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4134F (or 0xB4134F) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 4F. RGB value is (180,19,79). Sum of RGB (Red+Green+Blue) = 180+19+79=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4134F is #4BECB0. Grayscale: #494949. Windows color (decimal): -4975793 or 5182388. OLE color: 5182388.

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

Color convert

RGB 180 19 79 -
CMYK 0 0.89 0.56 0.29
HSL 337.64º 0.81% 0.39% -
HSV(B) 337.64º 0.89% 0.71% -
XYZ 20.47 10.73 8.39 -
YUV 73.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 180 19 79 0 0.89 0.56 0.29 337.64 0.81 0.39
Hex B4 13 4F 0 59 38 1D 152 51 27
Octal 264 23 117 0 131 70 35 522 121 47
Binary 10110100 10011 1001111 0 1011001 111000 11101 101010010 1010001 100111

Color Harmonies of #B4134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4134F

Black with #B4134F

Text Example


Text Example

White with #B4134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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