Html Css Color HEX #B6136D Jazzberry Jam

📋 copy color: '#B6136D'

red 182 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #B6136D

Tints of Jazzberry Jam #B6136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 58.71%
G = 6.13%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6136D (or 0xB6136D) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 6D. RGB value is (182,19,109). Sum of RGB (Red+Green+Blue) = 182+19+109=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6136D is #49EC92. Grayscale: #4D4D4D. Windows color (decimal): -4844691 or 7148470. OLE color: 7148470.

HSL color Cylindrical-coordinate representation of color #B6136D: hue angle of 326.87º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6136D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 109 -
CMYK 0 0.90 0.40 0.29
HSL 326.87º 0.81% 0.39% -
HSV(B) 326.87º 0.9% 0.71% -
XYZ 22.28 11.51 15.52 -
YUV 78 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 182 19 109 0 0.90 0.40 0.29 326.87 0.81 0.39
Hex B6 13 6D 0 5A 28 1D 147 51 27
Octal 266 23 155 0 132 50 35 507 121 47
Binary 10110110 10011 1101101 0 1011010 101000 11101 101000111 1010001 100111

Color Harmonies of #B6136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6136D

Black with #B6136D

Text Example


Text Example

White with #B6136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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