Html Css Color HEX #B6104C Jazzberry Jam

📋 copy color: '#B6104C'

red 182 ◦ green 16 ◦ blue 76

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

Shades of Jazzberry Jam #B6104C

Tints of Jazzberry Jam #B6104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 66.42%
G = 5.84%
B = 27.74%

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

#B6104C (or 0xB6104C) is known color: Jazzberry Jam. HEX triplet: B6, 10 and 4C. RGB value is (182,16,76). Sum of RGB (Red+Green+Blue) = 182+16+76=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6104C is #49EFB3. Grayscale: #484848. Windows color (decimal): -4845492 or 4985014. OLE color: 4985014.

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

Color convert

RGB 182 16 76 -
CMYK 0 0.91 0.58 0.29
HSL 338.31º 0.84% 0.39% -
HSV(B) 338.31º 0.91% 0.71% -
XYZ 20.78 10.84 7.83 -
YUV 72.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 182 16 76 0 0.91 0.58 0.29 338.31 0.84 0.39
Hex B6 10 4C 0 5B 3A 1D 152 54 27
Octal 266 20 114 0 133 72 35 522 124 47
Binary 10110110 10000 1001100 0 1011011 111010 11101 101010010 1010100 100111

Color Harmonies of #B6104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6104C

Black with #B6104C

Text Example


Text Example

White with #B6104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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