Html Css Color HEX #B2134A Jazzberry Jam

📋 copy color: '#B2134A'

red 178 ◦ green 19 ◦ blue 74

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

Shades of Jazzberry Jam #B2134A

Tints of Jazzberry Jam #B2134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 65.68%
G = 7.01%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2134A (or 0xB2134A) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 4A. RGB value is (178,19,74). Sum of RGB (Red+Green+Blue) = 178+19+74=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2134A is #4DECB5. Grayscale: #484848. Windows color (decimal): -5106870 or 4854706. OLE color: 4854706.

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

Color convert

RGB 178 19 74 -
CMYK 0 0.89 0.58 0.30
HSL 339.25º 0.81% 0.39% -
HSV(B) 339.25º 0.89% 0.7% -
XYZ 19.83 10.43 7.45 -
YUV 72.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 178 19 74 0 0.89 0.58 0.30 339.25 0.81 0.39
Hex B2 13 4A 0 59 3A 1E 153 51 27
Octal 262 23 112 0 131 72 36 523 121 47
Binary 10110010 10011 1001010 0 1011001 111010 11110 101010011 1010001 100111

Color Harmonies of #B2134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2134A

Black with #B2134A

Text Example


Text Example

White with #B2134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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