Html Css Color HEX #B11462 Jazzberry Jam

📋 copy color: '#B11462'

red 177 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #B11462

Tints of Jazzberry Jam #B11462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 60%
G = 6.78%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B11462 (or 0xB11462) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 62. RGB value is (177,20,98). Sum of RGB (Red+Green+Blue) = 177+20+98=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B11462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11462 is #4EEB9D. Grayscale: #4B4B4B. Windows color (decimal): -5172126 or 6427825. OLE color: 6427825.

HSL color Cylindrical-coordinate representation of color #B11462: hue angle of 330.19º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11462 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 98 -
CMYK 0 0.89 0.45 0.31
HSL 330.19º 0.8% 0.39% -
HSV(B) 330.19º 0.89% 0.69% -
XYZ 20.59 10.73 12.54 -
YUV 75.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 177 20 98 0 0.89 0.45 0.31 330.19 0.8 0.39
Hex B1 14 62 0 59 2D 1F 14A 50 27
Octal 261 24 142 0 131 55 37 512 120 47
Binary 10110001 10100 1100010 0 1011001 101101 11111 101001010 1010000 100111

Color Harmonies of #B11462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11462

Black with #B11462

Text Example


Text Example

White with #B11462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11462; }

 p { color: rgb(177,20,98); }

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

background-color css

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

 a { background-color: rgb(177,20,98); }

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

border-color css

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

 span { border-color: rgb(177,20,98); }

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