Html Css Color HEX #B1126D Jazzberry Jam

📋 copy color: '#B1126D'

red 177 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #B1126D

Tints of Jazzberry Jam #B1126D

RGB

 RED value IS 177 (69.53% from 255) = 58.22%

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

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

R = 58.22%
G = 5.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1126D (or 0xB1126D) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 6D. RGB value is (177,18,109). Sum of RGB (Red+Green+Blue) = 177+18+109=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1126D is #4EED92. Grayscale: #4B4B4B. Windows color (decimal): -5172627 or 7148209. OLE color: 7148209.

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

Color convert

RGB 177 18 109 -
CMYK 0 0.90 0.38 0.31
HSL 325.66º 0.82% 0.38% -
HSV(B) 325.66º 0.9% 0.69% -
XYZ 21.11 10.88 15.46 -
YUV 75.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 177 18 109 0 0.90 0.38 0.31 325.66 0.82 0.38
Hex B1 12 6D 0 5A 26 1F 146 52 26
Octal 261 22 155 0 132 46 37 506 122 46
Binary 10110001 10010 1101101 0 1011010 100110 11111 101000110 1010010 100110

Color Harmonies of #B1126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1126D

Black with #B1126D

Text Example


Text Example

White with #B1126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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