Html Css Color HEX #B6015D Jazzberry Jam

📋 copy color: '#B6015D'

red 182 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #B6015D

Tints of Jazzberry Jam #B6015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 65.94%
G = 0.36%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6015D (or 0xB6015D) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 5D. RGB value is (182,1,93). Sum of RGB (Red+Green+Blue) = 182+1+93=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6015D is #49FEA2. Grayscale: #414141. Windows color (decimal): -4849315 or 6095286. OLE color: 6095286.

HSL color Cylindrical-coordinate representation of color #B6015D: hue angle of 329.5º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6015D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 93 -
CMYK 0 0.99 0.49 0.29
HSL 329.5º 0.99% 0.36% -
HSV(B) 329.5º 0.99% 0.71% -
XYZ 21.28 10.76 11.31 -
YUV 65.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 182 1 93 0 0.99 0.49 0.29 329.5 0.99 0.36
Hex B6 1 5D 0 63 31 1D 14A 63 24
Octal 266 1 135 0 143 61 35 512 143 44
Binary 10110110 1 1011101 0 1100011 110001 11101 101001010 1100011 100100

Color Harmonies of #B6015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6015D

Black with #B6015D

Text Example


Text Example

White with #B6015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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