Html Css Color HEX #B8096D Jazzberry Jam

📋 copy color: '#B8096D'

red 184 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #B8096D

Tints of Jazzberry Jam #B8096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 60.93%
G = 2.98%
B = 36.09%

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

#B8096D (or 0xB8096D) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 6D. RGB value is (184,9,109). Sum of RGB (Red+Green+Blue) = 184+9+109=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8096D is #47F692. Grayscale: #484848. Windows color (decimal): -4716179 or 7145912. OLE color: 7145912.

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

Color convert

RGB 184 9 109 -
CMYK 0 0.95 0.41 0.28
HSL 325.71º 0.91% 0.38% -
HSV(B) 325.71º 0.95% 0.72% -
XYZ 22.63 11.49 15.49 -
YUV 72.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 184 9 109 0 0.95 0.41 0.28 325.71 0.91 0.38
Hex B8 9 6D 0 5F 29 1C 146 5B 26
Octal 270 11 155 0 137 51 34 506 133 46
Binary 10111000 1001 1101101 0 1011111 101001 11100 101000110 1011011 100110

Color Harmonies of #B8096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8096D

Black with #B8096D

Text Example


Text Example

White with #B8096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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