Html Css Color HEX #B8096E Jazzberry Jam

📋 copy color: '#B8096E'

red 184 ◦ green 9 ◦ blue 110

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

Shades of Jazzberry Jam #B8096E

Tints of Jazzberry Jam #B8096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 60.73%
G = 2.97%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8096E (or 0xB8096E) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 6E. RGB value is (184,9,110). Sum of RGB (Red+Green+Blue) = 184+9+110=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8096E is #47F691. Grayscale: #484848. Windows color (decimal): -4716178 or 7211448. OLE color: 7211448.

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

Color convert

RGB 184 9 110 -
CMYK 0 0.95 0.40 0.28
HSL 325.37º 0.91% 0.38% -
HSV(B) 325.37º 0.95% 0.72% -
XYZ 22.68 11.51 15.78 -
YUV 72.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 184 9 110 0 0.95 0.40 0.28 325.37 0.91 0.38
Hex B8 9 6E 0 5F 28 1C 145 5B 26
Octal 270 11 156 0 137 50 34 505 133 46
Binary 10111000 1001 1101110 0 1011111 101000 11100 101000101 1011011 100110

Color Harmonies of #B8096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8096E

Black with #B8096E

Text Example


Text Example

White with #B8096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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