Html Css Color HEX #B6146C Jazzberry Jam

📋 copy color: '#B6146C'

red 182 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #B6146C

Tints of Jazzberry Jam #B6146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 58.71%
G = 6.45%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6146C (or 0xB6146C) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 6C. RGB value is (182,20,108). Sum of RGB (Red+Green+Blue) = 182+20+108=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6146C is #49EB93. Grayscale: #4E4E4E. Windows color (decimal): -4844436 or 7083190. OLE color: 7083190.

HSL color Cylindrical-coordinate representation of color #B6146C: hue angle of 327.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6146C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 108 -
CMYK 0 0.89 0.41 0.29
HSL 327.41º 0.8% 0.4% -
HSV(B) 327.41º 0.89% 0.71% -
XYZ 22.25 11.53 15.24 -
YUV 78.47 144.67 201.84 -
System Red Green Blue C M Y K H S L
Decimal 182 20 108 0 0.89 0.41 0.29 327.41 0.8 0.4
Hex B6 14 6C 0 59 29 1D 147 50 28
Octal 266 24 154 0 131 51 35 507 120 50
Binary 10110110 10100 1101100 0 1011001 101001 11101 101000111 1010000 101000

Color Harmonies of #B6146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6146C

Black with #B6146C

Text Example


Text Example

White with #B6146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6146C; }

 p { color: rgb(182,20,108); }

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

background-color css

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

 a { background-color: rgb(182,20,108); }

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

border-color css

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

 span { border-color: rgb(182,20,108); }

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