Html Css Color HEX #B2134C Jazzberry Jam

📋 copy color: '#B2134C'

red 178 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #B2134C

Tints of Jazzberry Jam #B2134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 65.2%
G = 6.96%
B = 27.84%

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

#B2134C (or 0xB2134C) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 4C. RGB value is (178,19,76). Sum of RGB (Red+Green+Blue) = 178+19+76=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2134C is #4DECB3. Grayscale: #484848. Windows color (decimal): -5106868 or 4985778. OLE color: 4985778.

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

Color convert

RGB 178 19 76 -
CMYK 0 0.89 0.57 0.30
HSL 338.49º 0.81% 0.39% -
HSV(B) 338.49º 0.89% 0.7% -
XYZ 19.9 10.45 7.81 -
YUV 73.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 178 19 76 0 0.89 0.57 0.30 338.49 0.81 0.39
Hex B2 13 4C 0 59 39 1E 152 51 27
Octal 262 23 114 0 131 71 36 522 121 47
Binary 10110010 10011 1001100 0 1011001 111001 11110 101010010 1010001 100111

Color Harmonies of #B2134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2134C

Black with #B2134C

Text Example


Text Example

White with #B2134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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