Html Css Color HEX #B9016D Jazzberry Jam

📋 copy color: '#B9016D'

red 185 ◦ green 1 ◦ blue 109

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

Shades of Jazzberry Jam #B9016D

Tints of Jazzberry Jam #B9016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 62.71%
G = 0.34%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9016D (or 0xB9016D) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 6D. RGB value is (185,1,109). Sum of RGB (Red+Green+Blue) = 185+1+109=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9016D is #46FE92. Grayscale: #444444. Windows color (decimal): -4652691 or 7143865. OLE color: 7143865.

HSL color Cylindrical-coordinate representation of color #B9016D: hue angle of 324.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9016D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 109 -
CMYK 0 0.99 0.41 0.27
HSL 324.78º 0.99% 0.36% -
HSV(B) 324.78º 0.99% 0.73% -
XYZ 22.78 11.44 15.48 -
YUV 68.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 185 1 109 0 0.99 0.41 0.27 324.78 0.99 0.36
Hex B9 1 6D 0 63 29 1B 145 63 24
Octal 271 1 155 0 143 51 33 505 143 44
Binary 10111001 1 1101101 0 1100011 101001 11011 101000101 1100011 100100

Color Harmonies of #B9016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9016D

Black with #B9016D

Text Example


Text Example

White with #B9016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9016D; }

 p { color: rgb(185,1,109); }

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

background-color css

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

 a { background-color: rgb(185,1,109); }

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

border-color css

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

 span { border-color: rgb(185,1,109); }

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