Html Css Color HEX #B4136C Jazzberry Jam

📋 copy color: '#B4136C'

red 180 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #B4136C

Tints of Jazzberry Jam #B4136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

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

R = 58.63%
G = 6.19%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4136C (or 0xB4136C) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 6C. RGB value is (180,19,108). Sum of RGB (Red+Green+Blue) = 180+19+108=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4136C is #4BEC93. Grayscale: #4D4D4D. Windows color (decimal): -4975764 or 7082932. OLE color: 7082932.

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

Color convert

RGB 180 19 108 -
CMYK 0 0.89 0.40 0.29
HSL 326.83º 0.81% 0.39% -
HSV(B) 326.83º 0.89% 0.71% -
XYZ 21.76 11.25 15.21 -
YUV 77.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 180 19 108 0 0.89 0.40 0.29 326.83 0.81 0.39
Hex B4 13 6C 0 59 28 1D 147 51 27
Octal 264 23 154 0 131 50 35 507 121 47
Binary 10110100 10011 1101100 0 1011001 101000 11101 101000111 1010001 100111

Color Harmonies of #B4136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4136C

Black with #B4136C

Text Example


Text Example

White with #B4136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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