Html Css Color HEX #B1096D Jazzberry Jam

📋 copy color: '#B1096D'

red 177 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #B1096D

Tints of Jazzberry Jam #B1096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 60%
G = 3.05%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1096D (or 0xB1096D) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 6D. RGB value is (177,9,109). Sum of RGB (Red+Green+Blue) = 177+9+109=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1096D is #4EF692. Grayscale: #464646. Windows color (decimal): -5174931 or 7145905. OLE color: 7145905.

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

Color convert

RGB 177 9 109 -
CMYK 0 0.95 0.38 0.31
HSL 324.29º 0.9% 0.36% -
HSV(B) 324.29º 0.95% 0.69% -
XYZ 20.99 10.65 15.42 -
YUV 70.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 177 9 109 0 0.95 0.38 0.31 324.29 0.9 0.36
Hex B1 9 6D 0 5F 26 1F 144 5A 24
Octal 261 11 155 0 137 46 37 504 132 44
Binary 10110001 1001 1101101 0 1011111 100110 11111 101000100 1011010 100100

Color Harmonies of #B1096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1096D

Black with #B1096D

Text Example


Text Example

White with #B1096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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