Html Css Color HEX #B2124B Jazzberry Jam

📋 copy color: '#B2124B'

red 178 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #B2124B

Tints of Jazzberry Jam #B2124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 65.68%
G = 6.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2124B (or 0xB2124B) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 4B. RGB value is (178,18,75). Sum of RGB (Red+Green+Blue) = 178+18+75=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2124B is #4DEDB4. Grayscale: #484848. Windows color (decimal): -5107125 or 4919986. OLE color: 4919986.

HSL color Cylindrical-coordinate representation of color #B2124B: hue angle of 338.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2124B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 75 -
CMYK 0 0.90 0.58 0.30
HSL 338.63º 0.82% 0.38% -
HSV(B) 338.63º 0.9% 0.7% -
XYZ 19.85 10.41 7.62 -
YUV 72.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 178 18 75 0 0.90 0.58 0.30 338.63 0.82 0.38
Hex B2 12 4B 0 5A 3A 1E 153 52 26
Octal 262 22 113 0 132 72 36 523 122 46
Binary 10110010 10010 1001011 0 1011010 111010 11110 101010011 1010010 100110

Color Harmonies of #B2124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2124B

Black with #B2124B

Text Example


Text Example

White with #B2124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2124B; }

 p { color: rgb(178,18,75); }

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

background-color css

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

 a { background-color: rgb(178,18,75); }

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

border-color css

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

 span { border-color: rgb(178,18,75); }

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