Html Css Color HEX #B5186B Jazzberry Jam

📋 copy color: '#B5186B'

red 181 ◦ green 24 ◦ blue 107

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

Shades of Jazzberry Jam #B5186B

Tints of Jazzberry Jam #B5186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 58.01%
G = 7.69%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5186B (or 0xB5186B) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 6B. RGB value is (181,24,107). Sum of RGB (Red+Green+Blue) = 181+24+107=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5186B is #4AE794. Grayscale: #505050. Windows color (decimal): -4908949 or 7018677. OLE color: 7018677.

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

Color convert

RGB 181 24 107 -
CMYK 0 0.87 0.41 0.29
HSL 328.28º 0.77% 0.4% -
HSV(B) 328.28º 0.87% 0.71% -
XYZ 22.04 11.54 14.98 -
YUV 80.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 181 24 107 0 0.87 0.41 0.29 328.28 0.77 0.4
Hex B5 18 6B 0 57 29 1D 148 4D 28
Octal 265 30 153 0 127 51 35 510 115 50
Binary 10110101 11000 1101011 0 1010111 101001 11101 101001000 1001101 101000

Color Harmonies of #B5186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5186B

Black with #B5186B

Text Example


Text Example

White with #B5186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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