Html Css Color HEX #B6185D Jazzberry Jam

📋 copy color: '#B6185D'

red 182 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #B6185D

Tints of Jazzberry Jam #B6185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 60.87%
G = 8.03%
B = 31.1%

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

#B6185D (or 0xB6185D) is known color: Jazzberry Jam. HEX triplet: B6, 18 and 5D. RGB value is (182,24,93). Sum of RGB (Red+Green+Blue) = 182+24+93=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6185D is #49E7A2. Grayscale: #4E4E4E. Windows color (decimal): -4843427 or 6101174. OLE color: 6101174.

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

Color convert

RGB 182 24 93 -
CMYK 0 0.87 0.49 0.29
HSL 333.8º 0.77% 0.4% -
HSV(B) 333.8º 0.87% 0.71% -
XYZ 21.59 11.39 11.42 -
YUV 79.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 182 24 93 0 0.87 0.49 0.29 333.8 0.77 0.4
Hex B6 18 5D 0 57 31 1D 14E 4D 28
Octal 266 30 135 0 127 61 35 516 115 50
Binary 10110110 11000 1011101 0 1010111 110001 11101 101001110 1001101 101000

Color Harmonies of #B6185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6185D

Black with #B6185D

Text Example


Text Example

White with #B6185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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