Html Css Color HEX #B6186D Jazzberry Jam

📋 copy color: '#B6186D'

red 182 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #B6186D

Tints of Jazzberry Jam #B6186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 57.78%
G = 7.62%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6186D (or 0xB6186D) is known color: Jazzberry Jam. HEX triplet: B6, 18 and 6D. RGB value is (182,24,109). Sum of RGB (Red+Green+Blue) = 182+24+109=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6186D is #49E792. Grayscale: #505050. Windows color (decimal): -4843411 or 7149750. OLE color: 7149750.

HSL color Cylindrical-coordinate representation of color #B6186D: hue angle of 327.72º degrees, saturation: 0.77, 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 #B6186D is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 109 -
CMYK 0 0.87 0.40 0.29
HSL 327.72º 0.77% 0.4% -
HSV(B) 327.72º 0.87% 0.71% -
XYZ 22.38 11.7 15.55 -
YUV 80.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 182 24 109 0 0.87 0.40 0.29 327.72 0.77 0.4
Hex B6 18 6D 0 57 28 1D 148 4D 28
Octal 266 30 155 0 127 50 35 510 115 50
Binary 10110110 11000 1101101 0 1010111 101000 11101 101001000 1001101 101000

Color Harmonies of #B6186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6186D

Black with #B6186D

Text Example


Text Example

White with #B6186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6186D; }

 p { color: rgb(182,24,109); }

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

background-color css

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

 a { background-color: rgb(182,24,109); }

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

border-color css

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

 span { border-color: rgb(182,24,109); }

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