Html Css Color HEX #B5096A Jazzberry Jam

📋 copy color: '#B5096A'

red 181 ◦ green 9 ◦ blue 106

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

Shades of Jazzberry Jam #B5096A

Tints of Jazzberry Jam #B5096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 61.15%
G = 3.04%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5096A (or 0xB5096A) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 6A. RGB value is (181,9,106). Sum of RGB (Red+Green+Blue) = 181+9+106=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5096A is #4AF695. Grayscale: #474747. Windows color (decimal): -4912790 or 6949301. OLE color: 6949301.

HSL color Cylindrical-coordinate representation of color #B5096A: hue angle of 326.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5096A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 9 106 -
CMYK 0 0.95 0.41 0.29
HSL 326.16º 0.91% 0.37% -
HSV(B) 326.16º 0.95% 0.71% -
XYZ 21.76 11.06 14.62 -
YUV 71.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 181 9 106 0 0.95 0.41 0.29 326.16 0.91 0.37
Hex B5 9 6A 0 5F 29 1D 146 5B 25
Octal 265 11 152 0 137 51 35 506 133 45
Binary 10110101 1001 1101010 0 1011111 101001 11101 101000110 1011011 100101

Color Harmonies of #B5096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5096A

Black with #B5096A

Text Example


Text Example

White with #B5096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5096A; }

 p { color: rgb(181,9,106); }

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

background-color css

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

 a { background-color: rgb(181,9,106); }

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

border-color css

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

 span { border-color: rgb(181,9,106); }

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