Html Css Color HEX #B8096C Jazzberry Jam

📋 copy color: '#B8096C'

red 184 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #B8096C

Tints of Jazzberry Jam #B8096C

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

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

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

R = 61.13%
G = 2.99%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8096C (or 0xB8096C) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 6C. RGB value is (184,9,108). Sum of RGB (Red+Green+Blue) = 184+9+108=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8096C is #47F693. Grayscale: #484848. Windows color (decimal): -4716180 or 7080376. OLE color: 7080376.

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

Color convert

RGB 184 9 108 -
CMYK 0 0.95 0.41 0.28
HSL 326.06º 0.91% 0.38% -
HSV(B) 326.06º 0.95% 0.72% -
XYZ 22.57 11.47 15.21 -
YUV 72.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 184 9 108 0 0.95 0.41 0.28 326.06 0.91 0.38
Hex B8 9 6C 0 5F 29 1C 146 5B 26
Octal 270 11 154 0 137 51 34 506 133 46
Binary 10111000 1001 1101100 0 1011111 101001 11100 101000110 1011011 100110

Color Harmonies of #B8096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8096C

Black with #B8096C

Text Example


Text Example

White with #B8096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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