Html Css Color HEX #B1125E Jazzberry Jam

📋 copy color: '#B1125E'

red 177 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #B1125E

Tints of Jazzberry Jam #B1125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 61.25%
G = 6.23%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1125E (or 0xB1125E) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 5E. RGB value is (177,18,94). Sum of RGB (Red+Green+Blue) = 177+18+94=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1125E is #4EEDA1. Grayscale: #4A4A4A. Windows color (decimal): -5172642 or 6165169. OLE color: 6165169.

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

Color convert

RGB 177 18 94 -
CMYK 0 0.90 0.47 0.31
HSL 331.32º 0.82% 0.38% -
HSV(B) 331.32º 0.9% 0.69% -
XYZ 20.37 10.59 11.56 -
YUV 74.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 177 18 94 0 0.90 0.47 0.31 331.32 0.82 0.38
Hex B1 12 5E 0 5A 2F 1F 14B 52 26
Octal 261 22 136 0 132 57 37 513 122 46
Binary 10110001 10010 1011110 0 1011010 101111 11111 101001011 1010010 100110

Color Harmonies of #B1125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1125E

Black with #B1125E

Text Example


Text Example

White with #B1125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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