Html Css Color HEX #B2134F Jazzberry Jam

📋 copy color: '#B2134F'

red 178 ◦ green 19 ◦ blue 79

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

Shades of Jazzberry Jam #B2134F

Tints of Jazzberry Jam #B2134F

RGB

 RED value IS 178 (69.92% from 255) = 64.49%

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

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

R = 64.49%
G = 6.88%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2134F (or 0xB2134F) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 4F. RGB value is (178,19,79). Sum of RGB (Red+Green+Blue) = 178+19+79=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2134F is #4DECB0. Grayscale: #494949. Windows color (decimal): -5106865 or 5182386. OLE color: 5182386.

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

Color convert

RGB 178 19 79 -
CMYK 0 0.89 0.56 0.30
HSL 337.36º 0.81% 0.39% -
HSV(B) 337.36º 0.89% 0.7% -
XYZ 20 10.5 8.37 -
YUV 73.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 178 19 79 0 0.89 0.56 0.30 337.36 0.81 0.39
Hex B2 13 4F 0 59 38 1E 151 51 27
Octal 262 23 117 0 131 70 36 521 121 47
Binary 10110010 10011 1001111 0 1011001 111000 11110 101010001 1010001 100111

Color Harmonies of #B2134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2134F

Black with #B2134F

Text Example


Text Example

White with #B2134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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