Html Css Color HEX #B5185E Jazzberry Jam

📋 copy color: '#B5185E'

red 181 ◦ green 24 ◦ blue 94

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

Shades of Jazzberry Jam #B5185E

Tints of Jazzberry Jam #B5185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 60.54%
G = 8.03%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5185E (or 0xB5185E) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 5E. RGB value is (181,24,94). Sum of RGB (Red+Green+Blue) = 181+24+94=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185E is #4AE7A1. Grayscale: #4E4E4E. Windows color (decimal): -4908962 or 6166709. OLE color: 6166709.

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

Color convert

RGB 181 24 94 -
CMYK 0 0.87 0.48 0.29
HSL 333.25º 0.77% 0.4% -
HSV(B) 333.25º 0.87% 0.71% -
XYZ 21.4 11.29 11.64 -
YUV 78.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 181 24 94 0 0.87 0.48 0.29 333.25 0.77 0.4
Hex B5 18 5E 0 57 30 1D 14D 4D 28
Octal 265 30 136 0 127 60 35 515 115 50
Binary 10110101 11000 1011110 0 1010111 110000 11101 101001101 1001101 101000

Color Harmonies of #B5185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5185E

Black with #B5185E

Text Example


Text Example

White with #B5185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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