Html Css Color HEX #B5185B Jazzberry Jam

📋 copy color: '#B5185B'

red 181 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #B5185B

Tints of Jazzberry Jam #B5185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 61.15%
G = 8.11%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5185B (or 0xB5185B) is known color: Jazzberry Jam. HEX triplet: B5, 18 and 5B. RGB value is (181,24,91). Sum of RGB (Red+Green+Blue) = 181+24+91=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185B is #4AE7A4. Grayscale: #4E4E4E. Windows color (decimal): -4908965 or 5970101. OLE color: 5970101.

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

Color convert

RGB 181 24 91 -
CMYK 0 0.87 0.50 0.29
HSL 334.39º 0.77% 0.4% -
HSV(B) 334.39º 0.87% 0.71% -
XYZ 21.27 11.23 10.94 -
YUV 78.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 181 24 91 0 0.87 0.50 0.29 334.39 0.77 0.4
Hex B5 18 5B 0 57 32 1D 14E 4D 28
Octal 265 30 133 0 127 62 35 516 115 50
Binary 10110101 11000 1011011 0 1010111 110010 11101 101001110 1001101 101000

Color Harmonies of #B5185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5185B

Black with #B5185B

Text Example


Text Example

White with #B5185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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