Html Css Color HEX #B9086B Jazzberry Jam

📋 copy color: '#B9086B'

red 185 ◦ green 8 ◦ blue 107

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

Shades of Jazzberry Jam #B9086B

Tints of Jazzberry Jam #B9086B

RGB

 RED value IS 185 (72.66% from 255) = 61.67%

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 61.67%
G = 2.67%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9086B (or 0xB9086B) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 6B. RGB value is (185,8,107). Sum of RGB (Red+Green+Blue) = 185+8+107=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9086B is #46F794. Grayscale: #474747. Windows color (decimal): -4650901 or 7014585. OLE color: 7014585.

HSL color Cylindrical-coordinate representation of color #B9086B: hue angle of 326.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9086B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 107 -
CMYK 0 0.96 0.42 0.27
HSL 326.44º 0.92% 0.38% -
HSV(B) 326.44º 0.96% 0.73% -
XYZ 22.75 11.55 14.94 -
YUV 72.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 185 8 107 0 0.96 0.42 0.27 326.44 0.92 0.38
Hex B9 8 6B 0 60 2A 1B 146 5C 26
Octal 271 10 153 0 140 52 33 506 134 46
Binary 10111001 1000 1101011 0 1100000 101010 11011 101000110 1011100 100110

Color Harmonies of #B9086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9086B

Black with #B9086B

Text Example


Text Example

White with #B9086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9086B; }

 p { color: rgb(185,8,107); }

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

background-color css

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

 a { background-color: rgb(185,8,107); }

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

border-color css

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

 span { border-color: rgb(185,8,107); }

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