Html Css Color HEX #B2126D Jazzberry Jam

📋 copy color: '#B2126D'

red 178 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #B2126D

Tints of Jazzberry Jam #B2126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 58.36%
G = 5.9%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2126D (or 0xB2126D) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 6D. RGB value is (178,18,109). Sum of RGB (Red+Green+Blue) = 178+18+109=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2126D is #4DED92. Grayscale: #4C4C4C. Windows color (decimal): -5107091 or 7148210. OLE color: 7148210.

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

Color convert

RGB 178 18 109 -
CMYK 0 0.90 0.39 0.30
HSL 325.88º 0.82% 0.38% -
HSV(B) 325.88º 0.9% 0.7% -
XYZ 21.34 11 15.47 -
YUV 76.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 178 18 109 0 0.90 0.39 0.30 325.88 0.82 0.38
Hex B2 12 6D 0 5A 27 1E 146 52 26
Octal 262 22 155 0 132 47 36 506 122 46
Binary 10110010 10010 1101101 0 1011010 100111 11110 101000110 1010010 100110

Color Harmonies of #B2126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2126D

Black with #B2126D

Text Example


Text Example

White with #B2126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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