Html Css Color HEX #B5096B Jazzberry Jam

📋 copy color: '#B5096B'

red 181 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #B5096B

Tints of Jazzberry Jam #B5096B

RGB

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

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

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

R = 60.94%
G = 3.03%
B = 36.03%

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

#B5096B (or 0xB5096B) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 6B. RGB value is (181,9,107). Sum of RGB (Red+Green+Blue) = 181+9+107=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5096B is #4AF694. Grayscale: #474747. Windows color (decimal): -4912789 or 7014837. OLE color: 7014837.

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

Color convert

RGB 181 9 107 -
CMYK 0 0.95 0.41 0.29
HSL 325.81º 0.91% 0.37% -
HSV(B) 325.81º 0.95% 0.71% -
XYZ 21.81 11.08 14.9 -
YUV 71.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 181 9 107 0 0.95 0.41 0.29 325.81 0.91 0.37
Hex B5 9 6B 0 5F 29 1D 146 5B 25
Octal 265 11 153 0 137 51 35 506 133 45
Binary 10110101 1001 1101011 0 1011111 101001 11101 101000110 1011011 100101

Color Harmonies of #B5096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5096B

Black with #B5096B

Text Example


Text Example

White with #B5096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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