Html Css Color HEX #B6104D Jazzberry Jam

📋 copy color: '#B6104D'

red 182 ◦ green 16 ◦ blue 77

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

Shades of Jazzberry Jam #B6104D

Tints of Jazzberry Jam #B6104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.82%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 66.18%
G = 5.82%
B = 28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6104D (or 0xB6104D) is known color: Jazzberry Jam. HEX triplet: B6, 10 and 4D. RGB value is (182,16,77). Sum of RGB (Red+Green+Blue) = 182+16+77=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6104D is #49EFB2. Grayscale: #484848. Windows color (decimal): -4845491 or 5050550. OLE color: 5050550.

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

Color convert

RGB 182 16 77 -
CMYK 0 0.91 0.58 0.29
HSL 337.95º 0.84% 0.39% -
HSV(B) 337.95º 0.91% 0.71% -
XYZ 20.82 10.85 8.02 -
YUV 72.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 182 16 77 0 0.91 0.58 0.29 337.95 0.84 0.39
Hex B6 10 4D 0 5B 3A 1D 152 54 27
Octal 266 20 115 0 133 72 35 522 124 47
Binary 10110110 10000 1001101 0 1011011 111010 11101 101010010 1010100 100111

Color Harmonies of #B6104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6104D

Black with #B6104D

Text Example


Text Example

White with #B6104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6104D; }

 p { color: rgb(182,16,77); }

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

background-color css

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

 a { background-color: rgb(182,16,77); }

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

border-color css

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

 span { border-color: rgb(182,16,77); }

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