Html Css Color HEX #B2134D Jazzberry Jam

📋 copy color: '#B2134D'

red 178 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #B2134D

Tints of Jazzberry Jam #B2134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 64.96%
G = 6.93%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2134D (or 0xB2134D) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 4D. RGB value is (178,19,77). Sum of RGB (Red+Green+Blue) = 178+19+77=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2134D is #4DECB2. Grayscale: #494949. Windows color (decimal): -5106867 or 5051314. OLE color: 5051314.

HSL color Cylindrical-coordinate representation of color #B2134D: hue angle of 338.11º 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 #B2134D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 77 -
CMYK 0 0.89 0.57 0.30
HSL 338.11º 0.81% 0.39% -
HSV(B) 338.11º 0.89% 0.7% -
XYZ 19.93 10.47 7.99 -
YUV 73.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 178 19 77 0 0.89 0.57 0.30 338.11 0.81 0.39
Hex B2 13 4D 0 59 39 1E 152 51 27
Octal 262 23 115 0 131 71 36 522 121 47
Binary 10110010 10011 1001101 0 1011001 111001 11110 101010010 1010001 100111

Color Harmonies of #B2134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2134D

Black with #B2134D

Text Example


Text Example

White with #B2134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2134D; }

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

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

background-color css

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

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

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

border-color css

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

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

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