Html Css Color HEX #B5096C Jazzberry Jam

📋 copy color: '#B5096C'

red 181 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #B5096C

Tints of Jazzberry Jam #B5096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 60.74%
G = 3.02%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5096C (or 0xB5096C) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 6C. RGB value is (181,9,108). Sum of RGB (Red+Green+Blue) = 181+9+108=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5096C is #4AF693. Grayscale: #474747. Windows color (decimal): -4912788 or 7080373. OLE color: 7080373.

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

Color convert

RGB 181 9 108 -
CMYK 0 0.95 0.40 0.29
HSL 325.47º 0.91% 0.37% -
HSV(B) 325.47º 0.95% 0.71% -
XYZ 21.86 11.1 15.18 -
YUV 71.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 181 9 108 0 0.95 0.40 0.29 325.47 0.91 0.37
Hex B5 9 6C 0 5F 28 1D 145 5B 25
Octal 265 11 154 0 137 50 35 505 133 45
Binary 10110101 1001 1101100 0 1011111 101000 11101 101000101 1011011 100101

Color Harmonies of #B5096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5096C

Black with #B5096C

Text Example


Text Example

White with #B5096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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