Html Css Color HEX #B6115A Jazzberry Jam

📋 copy color: '#B6115A'

red 182 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #B6115A

Tints of Jazzberry Jam #B6115A

RGB

 RED value IS 182 (71.48% from 255) = 62.98%

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

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

R = 62.98%
G = 5.88%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6115A (or 0xB6115A) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 5A. RGB value is (182,17,90). Sum of RGB (Red+Green+Blue) = 182+17+90=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B6115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6115A is #49EEA5. Grayscale: #4A4A4A. Windows color (decimal): -4845222 or 5902774. OLE color: 5902774.

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

Color convert

RGB 182 17 90 -
CMYK 0 0.91 0.51 0.29
HSL 333.45º 0.83% 0.39% -
HSV(B) 333.45º 0.91% 0.71% -
XYZ 21.34 11.08 10.69 -
YUV 74.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 182 17 90 0 0.91 0.51 0.29 333.45 0.83 0.39
Hex B6 11 5A 0 5B 33 1D 14D 53 27
Octal 266 21 132 0 133 63 35 515 123 47
Binary 10110110 10001 1011010 0 1011011 110011 11101 101001101 1010011 100111

Color Harmonies of #B6115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6115A

Black with #B6115A

Text Example


Text Example

White with #B6115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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