Html Css Color HEX #B5186F Jazzberry Jam

📋 copy color: '#B5186F'

red 181 ◦ green 24 ◦ blue 111

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

Shades of Jazzberry Jam #B5186F

Tints of Jazzberry Jam #B5186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 57.28%
G = 7.59%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5186F (or 0xB5186F) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 6F. RGB value is (181,24,111). Sum of RGB (Red+Green+Blue) = 181+24+111=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5186F is #4AE790. Grayscale: #505050. Windows color (decimal): -4908945 or 7280821. OLE color: 7280821.

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

Color convert

RGB 181 24 111 -
CMYK 0 0.87 0.39 0.29
HSL 326.75º 0.77% 0.4% -
HSV(B) 326.75º 0.87% 0.71% -
XYZ 22.25 11.62 16.11 -
YUV 80.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 181 24 111 0 0.87 0.39 0.29 326.75 0.77 0.4
Hex B5 18 6F 0 57 27 1D 147 4D 28
Octal 265 30 157 0 127 47 35 507 115 50
Binary 10110101 11000 1101111 0 1010111 100111 11101 101000111 1001101 101000

Color Harmonies of #B5186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5186F

Black with #B5186F

Text Example


Text Example

White with #B5186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5186F; }

 p { color: rgb(181,24,111); }

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

background-color css

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

 a { background-color: rgb(181,24,111); }

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

border-color css

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

 span { border-color: rgb(181,24,111); }

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