Html Css Color HEX #B6185B Jazzberry Jam

📋 copy color: '#B6185B'

red 182 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #B6185B

Tints of Jazzberry Jam #B6185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 61.28%
G = 8.08%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6185B (or 0xB6185B) is known color: Jazzberry Jam. HEX triplet: B6, 18 and 5B. RGB value is (182,24,91). Sum of RGB (Red+Green+Blue) = 182+24+91=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6185B is #49E7A4. Grayscale: #4E4E4E. Windows color (decimal): -4843429 or 5970102. OLE color: 5970102.

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

Color convert

RGB 182 24 91 -
CMYK 0 0.87 0.5 0.29
HSL 334.56º 0.77% 0.4% -
HSV(B) 334.56º 0.87% 0.71% -
XYZ 21.51 11.35 10.96 -
YUV 78.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 182 24 91 0 0.87 0.5 0.29 334.56 0.77 0.4
Hex B6 18 5B 0 57 32 1D 14F 4D 28
Octal 266 30 133 0 127 62 35 517 115 50
Binary 10110110 11000 1011011 0 1010111 110010 11101 101001111 1001101 101000

Color Harmonies of #B6185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6185B

Black with #B6185B

Text Example


Text Example

White with #B6185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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