Html Css Color HEX #B6165D Jazzberry Jam

📋 copy color: '#B6165D'

red 182 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #B6165D

Tints of Jazzberry Jam #B6165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 61.28%
G = 7.41%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6165D (or 0xB6165D) is known color: Jazzberry Jam. HEX triplet: B6, 16 and 5D. RGB value is (182,22,93). Sum of RGB (Red+Green+Blue) = 182+22+93=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6165D is #49E9A2. Grayscale: #4D4D4D. Windows color (decimal): -4843939 or 6100662. OLE color: 6100662.

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

Color convert

RGB 182 22 93 -
CMYK 0 0.88 0.49 0.29
HSL 333.38º 0.78% 0.4% -
HSV(B) 333.38º 0.88% 0.71% -
XYZ 21.55 11.31 11.4 -
YUV 77.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 182 22 93 0 0.88 0.49 0.29 333.38 0.78 0.4
Hex B6 16 5D 0 58 31 1D 14D 4E 28
Octal 266 26 135 0 130 61 35 515 116 50
Binary 10110110 10110 1011101 0 1011000 110001 11101 101001101 1001110 101000

Color Harmonies of #B6165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6165D

Black with #B6165D

Text Example


Text Example

White with #B6165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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