Html Css Color HEX #B4115A Jazzberry Jam

📋 copy color: '#B4115A'

red 180 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #B4115A

Tints of Jazzberry Jam #B4115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 62.72%
G = 5.92%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4115A (or 0xB4115A) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 5A. RGB value is (180,17,90). Sum of RGB (Red+Green+Blue) = 180+17+90=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B4115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4115A is #4BEEA5. Grayscale: #494949. Windows color (decimal): -4976294 or 5902772. OLE color: 5902772.

HSL color Cylindrical-coordinate representation of color #B4115A: hue angle of 333.13º 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 #B4115A is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 90 -
CMYK 0 0.91 0.50 0.29
HSL 333.13º 0.83% 0.39% -
HSV(B) 333.13º 0.91% 0.71% -
XYZ 20.87 10.84 10.67 -
YUV 74.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 180 17 90 0 0.91 0.50 0.29 333.13 0.83 0.39
Hex B4 11 5A 0 5B 32 1D 14D 53 27
Octal 264 21 132 0 133 62 35 515 123 47
Binary 10110100 10001 1011010 0 1011011 110010 11101 101001101 1010011 100111

Color Harmonies of #B4115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4115A

Black with #B4115A

Text Example


Text Example

White with #B4115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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