Html Css Color HEX #B5136C Jazzberry Jam

📋 copy color: '#B5136C'

red 181 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #B5136C

Tints of Jazzberry Jam #B5136C

RGB

 RED value IS 181 (71.09% from 255) = 58.77%

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

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

R = 58.77%
G = 6.17%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5136C (or 0xB5136C) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 6C. RGB value is (181,19,108). Sum of RGB (Red+Green+Blue) = 181+19+108=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5136C is #4AEC93. Grayscale: #4D4D4D. Windows color (decimal): -4910228 or 7082933. OLE color: 7082933.

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

Color convert

RGB 181 19 108 -
CMYK 0 0.90 0.40 0.29
HSL 327.04º 0.81% 0.39% -
HSV(B) 327.04º 0.9% 0.71% -
XYZ 22 11.37 15.22 -
YUV 77.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 181 19 108 0 0.90 0.40 0.29 327.04 0.81 0.39
Hex B5 13 6C 0 5A 28 1D 147 51 27
Octal 265 23 154 0 132 50 35 507 121 47
Binary 10110101 10011 1101100 0 1011010 101000 11101 101000111 1010001 100111

Color Harmonies of #B5136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5136C

Black with #B5136C

Text Example


Text Example

White with #B5136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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