Html Css Color HEX #B6176C Jazzberry Jam

📋 copy color: '#B6176C'

red 182 ◦ green 23 ◦ blue 108

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

Shades of Jazzberry Jam #B6176C

Tints of Jazzberry Jam #B6176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 58.15%
G = 7.35%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6176C (or 0xB6176C) is known color: Jazzberry Jam. HEX triplet: B6, 17 and 6C. RGB value is (182,23,108). Sum of RGB (Red+Green+Blue) = 182+23+108=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6176C is #49E893. Grayscale: #505050. Windows color (decimal): -4843668 or 7083958. OLE color: 7083958.

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

Color convert

RGB 182 23 108 -
CMYK 0 0.87 0.41 0.29
HSL 327.92º 0.78% 0.4% -
HSV(B) 327.92º 0.87% 0.71% -
XYZ 22.3 11.64 15.26 -
YUV 80.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 182 23 108 0 0.87 0.41 0.29 327.92 0.78 0.4
Hex B6 17 6C 0 57 29 1D 148 4E 28
Octal 266 27 154 0 127 51 35 510 116 50
Binary 10110110 10111 1101100 0 1010111 101001 11101 101001000 1001110 101000

Color Harmonies of #B6176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6176C

Black with #B6176C

Text Example


Text Example

White with #B6176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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