Html Css Color HEX #B6115B Jazzberry Jam

📋 copy color: '#B6115B'

red 182 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #B6115B

Tints of Jazzberry Jam #B6115B

RGB

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

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

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

R = 62.76%
G = 5.86%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6115B (or 0xB6115B) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 5B. RGB value is (182,17,91). Sum of RGB (Red+Green+Blue) = 182+17+91=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6115B is #49EEA4. Grayscale: #4A4A4A. Windows color (decimal): -4845221 or 5968310. OLE color: 5968310.

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

Color convert

RGB 182 17 91 -
CMYK 0 0.91 0.5 0.29
HSL 333.09º 0.83% 0.39% -
HSV(B) 333.09º 0.91% 0.71% -
XYZ 21.38 11.1 10.91 -
YUV 74.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 182 17 91 0 0.91 0.5 0.29 333.09 0.83 0.39
Hex B6 11 5B 0 5B 32 1D 14D 53 27
Octal 266 21 133 0 133 62 35 515 123 47
Binary 10110110 10001 1011011 0 1011011 110010 11101 101001101 1010011 100111

Color Harmonies of #B6115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6115B

Black with #B6115B

Text Example


Text Example

White with #B6115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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