Html Css Color HEX #B2145B Jazzberry Jam

📋 copy color: '#B2145B'

red 178 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #B2145B

Tints of Jazzberry Jam #B2145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

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

R = 61.59%
G = 6.92%
B = 31.49%

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

#B2145B (or 0xB2145B) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 5B. RGB value is (178,20,91). Sum of RGB (Red+Green+Blue) = 178+20+91=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2145B is #4DEBA4. Grayscale: #4B4B4B. Windows color (decimal): -5106597 or 5969074. OLE color: 5969074.

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

Color convert

RGB 178 20 91 -
CMYK 0 0.89 0.49 0.30
HSL 333.04º 0.8% 0.39% -
HSV(B) 333.04º 0.89% 0.7% -
XYZ 20.5 10.72 10.89 -
YUV 75.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 178 20 91 0 0.89 0.49 0.30 333.04 0.8 0.39
Hex B2 14 5B 0 59 31 1E 14D 50 27
Octal 262 24 133 0 131 61 36 515 120 47
Binary 10110010 10100 1011011 0 1011001 110001 11110 101001101 1010000 100111

Color Harmonies of #B2145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2145B

Black with #B2145B

Text Example


Text Example

White with #B2145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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