Html Css Color HEX #B4115B Jazzberry Jam

📋 copy color: '#B4115B'

red 180 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #B4115B

Tints of Jazzberry Jam #B4115B

RGB

 RED value IS 180 (70.7% from 255) = 62.5%

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 62.5%
G = 5.9%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4115B (or 0xB4115B) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 5B. RGB value is (180,17,91). Sum of RGB (Red+Green+Blue) = 180+17+91=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4115B is #4BEEA4. Grayscale: #4A4A4A. Windows color (decimal): -4976293 or 5968308. OLE color: 5968308.

HSL color Cylindrical-coordinate representation of color #B4115B: hue angle of 332.76º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4115B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 91 -
CMYK 0 0.91 0.49 0.29
HSL 332.76º 0.83% 0.39% -
HSV(B) 332.76º 0.91% 0.71% -
XYZ 20.91 10.86 10.89 -
YUV 74.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 180 17 91 0 0.91 0.49 0.29 332.76 0.83 0.39
Hex B4 11 5B 0 5B 31 1D 14D 53 27
Octal 264 21 133 0 133 61 35 515 123 47
Binary 10110100 10001 1011011 0 1011011 110001 11101 101001101 1010011 100111

Color Harmonies of #B4115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4115B

Black with #B4115B

Text Example


Text Example

White with #B4115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4115B; }

 p { color: rgb(180,17,91); }

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

background-color css

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

 a { background-color: rgb(180,17,91); }

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

border-color css

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

 span { border-color: rgb(180,17,91); }

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