Html Css Color HEX #B6145D Jazzberry Jam

📋 copy color: '#B6145D'

red 182 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #B6145D

Tints of Jazzberry Jam #B6145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 61.69%
G = 6.78%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6145D (or 0xB6145D) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 5D. RGB value is (182,20,93). Sum of RGB (Red+Green+Blue) = 182+20+93=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B6145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6145D is #49EBA2. Grayscale: #4C4C4C. Windows color (decimal): -4844451 or 6100150. OLE color: 6100150.

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

Color convert

RGB 182 20 93 -
CMYK 0 0.89 0.49 0.29
HSL 332.96º 0.8% 0.4% -
HSV(B) 332.96º 0.89% 0.71% -
XYZ 21.52 11.24 11.39 -
YUV 76.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 182 20 93 0 0.89 0.49 0.29 332.96 0.8 0.4
Hex B6 14 5D 0 59 31 1D 14D 50 28
Octal 266 24 135 0 131 61 35 515 120 50
Binary 10110110 10100 1011101 0 1011001 110001 11101 101001101 1010000 101000

Color Harmonies of #B6145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6145D

Black with #B6145D

Text Example


Text Example

White with #B6145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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