Html Css Color HEX #B4186C Jazzberry Jam

📋 copy color: '#B4186C'

red 180 ◦ green 24 ◦ blue 108

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

Shades of Jazzberry Jam #B4186C

Tints of Jazzberry Jam #B4186C

RGB

 RED value IS 180 (70.7% from 255) = 57.69%

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 57.69%
G = 7.69%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4186C (or 0xB4186C) is known color: Jazzberry Jam. HEX triplet: B4, 18 and 6C. RGB value is (180,24,108). Sum of RGB (Red+Green+Blue) = 180+24+108=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4186C is #4BE793. Grayscale: #505050. Windows color (decimal): -4974484 or 7084212. OLE color: 7084212.

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

Color convert

RGB 180 24 108 -
CMYK 0 0.87 0.40 0.29
HSL 327.69º 0.76% 0.4% -
HSV(B) 327.69º 0.87% 0.71% -
XYZ 21.86 11.44 15.24 -
YUV 80.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 180 24 108 0 0.87 0.40 0.29 327.69 0.76 0.4
Hex B4 18 6C 0 57 28 1D 148 4C 28
Octal 264 30 154 0 127 50 35 510 114 50
Binary 10110100 11000 1101100 0 1010111 101000 11101 101001000 1001100 101000

Color Harmonies of #B4186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4186C

Black with #B4186C

Text Example


Text Example

White with #B4186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4186C; }

 p { color: rgb(180,24,108); }

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

background-color css

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

 a { background-color: rgb(180,24,108); }

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

border-color css

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

 span { border-color: rgb(180,24,108); }

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