Html Css Color HEX #B6185C Jazzberry Jam

📋 copy color: '#B6185C'

red 182 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #B6185C

Tints of Jazzberry Jam #B6185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 61.07%
G = 8.05%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6185C (or 0xB6185C) is known color: Jazzberry Jam. HEX triplet: B6, 18 and 5C. RGB value is (182,24,92). Sum of RGB (Red+Green+Blue) = 182+24+92=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6185C is #49E7A3. Grayscale: #4E4E4E. Windows color (decimal): -4843428 or 6035638. OLE color: 6035638.

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

Color convert

RGB 182 24 92 -
CMYK 0 0.87 0.49 0.29
HSL 334.18º 0.77% 0.4% -
HSV(B) 334.18º 0.87% 0.71% -
XYZ 21.55 11.37 11.18 -
YUV 78.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 182 24 92 0 0.87 0.49 0.29 334.18 0.77 0.4
Hex B6 18 5C 0 57 31 1D 14E 4D 28
Octal 266 30 134 0 127 61 35 516 115 50
Binary 10110110 11000 1011100 0 1010111 110001 11101 101001110 1001101 101000

Color Harmonies of #B6185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6185C

Black with #B6185C

Text Example


Text Example

White with #B6185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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