Html Css Color HEX #B6015B Jazzberry Jam

📋 copy color: '#B6015B'

red 182 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #B6015B

Tints of Jazzberry Jam #B6015B

RGB

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

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

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

R = 66.42%
G = 0.36%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6015B (or 0xB6015B) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 5B. RGB value is (182,1,91). Sum of RGB (Red+Green+Blue) = 182+1+91=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6015B is #49FEA4. Grayscale: #414141. Windows color (decimal): -4849317 or 5964214. OLE color: 5964214.

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

Color convert

RGB 182 1 91 -
CMYK 0 0.99 0.5 0.29
HSL 330.17º 0.99% 0.36% -
HSV(B) 330.17º 0.99% 0.71% -
XYZ 21.19 10.72 10.85 -
YUV 65.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 182 1 91 0 0.99 0.5 0.29 330.17 0.99 0.36
Hex B6 1 5B 0 63 32 1D 14A 63 24
Octal 266 1 133 0 143 62 35 512 143 44
Binary 10110110 1 1011011 0 1100011 110010 11101 101001010 1100011 100100

Color Harmonies of #B6015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6015B

Black with #B6015B

Text Example


Text Example

White with #B6015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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