Html Css Color HEX #B6135D Jazzberry Jam

📋 copy color: '#B6135D'

red 182 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #B6135D

Tints of Jazzberry Jam #B6135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 61.9%
G = 6.46%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6135D (or 0xB6135D) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 5D. RGB value is (182,19,93). Sum of RGB (Red+Green+Blue) = 182+19+93=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6135D is #49ECA2. Grayscale: #4C4C4C. Windows color (decimal): -4844707 or 6099894. OLE color: 6099894.

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

Color convert

RGB 182 19 93 -
CMYK 0 0.90 0.49 0.29
HSL 332.76º 0.81% 0.39% -
HSV(B) 332.76º 0.9% 0.71% -
XYZ 21.5 11.2 11.38 -
YUV 76.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 182 19 93 0 0.90 0.49 0.29 332.76 0.81 0.39
Hex B6 13 5D 0 5A 31 1D 14D 51 27
Octal 266 23 135 0 132 61 35 515 121 47
Binary 10110110 10011 1011101 0 1011010 110001 11101 101001101 1010001 100111

Color Harmonies of #B6135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6135D

Black with #B6135D

Text Example


Text Example

White with #B6135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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