Html Css Color HEX #B2135B Jazzberry Jam

📋 copy color: '#B2135B'

red 178 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #B2135B

Tints of Jazzberry Jam #B2135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 61.81%
G = 6.6%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2135B (or 0xB2135B) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 5B. RGB value is (178,19,91). Sum of RGB (Red+Green+Blue) = 178+19+91=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2135B is #4DECA4. Grayscale: #4A4A4A. Windows color (decimal): -5106853 or 5968818. OLE color: 5968818.

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

Color convert

RGB 178 19 91 -
CMYK 0 0.89 0.49 0.30
HSL 332.83º 0.81% 0.39% -
HSV(B) 332.83º 0.89% 0.7% -
XYZ 20.48 10.69 10.88 -
YUV 74.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 178 19 91 0 0.89 0.49 0.30 332.83 0.81 0.39
Hex B2 13 5B 0 59 31 1E 14D 51 27
Octal 262 23 133 0 131 61 36 515 121 47
Binary 10110010 10011 1011011 0 1011001 110001 11110 101001101 1010001 100111

Color Harmonies of #B2135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2135B

Black with #B2135B

Text Example


Text Example

White with #B2135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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