Html Css Color HEX #B6116D Jazzberry Jam

📋 copy color: '#B6116D'

red 182 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #B6116D

Tints of Jazzberry Jam #B6116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 59.09%
G = 5.52%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6116D (or 0xB6116D) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 6D. RGB value is (182,17,109). Sum of RGB (Red+Green+Blue) = 182+17+109=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6116D is #49EE92. Grayscale: #4C4C4C. Windows color (decimal): -4845203 or 7147958. OLE color: 7147958.

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

Color convert

RGB 182 17 109 -
CMYK 0 0.91 0.40 0.29
HSL 326.55º 0.83% 0.39% -
HSV(B) 326.55º 0.91% 0.71% -
XYZ 22.25 11.45 15.51 -
YUV 76.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 182 17 109 0 0.91 0.40 0.29 326.55 0.83 0.39
Hex B6 11 6D 0 5B 28 1D 147 53 27
Octal 266 21 155 0 133 50 35 507 123 47
Binary 10110110 10001 1101101 0 1011011 101000 11101 101000111 1010011 100111

Color Harmonies of #B6116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6116D

Black with #B6116D

Text Example


Text Example

White with #B6116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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