Html Css Color HEX #B9016C Jazzberry Jam

📋 copy color: '#B9016C'

red 185 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #B9016C

Tints of Jazzberry Jam #B9016C

RGB

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

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

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

R = 62.93%
G = 0.34%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9016C (or 0xB9016C) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 6C. RGB value is (185,1,108). Sum of RGB (Red+Green+Blue) = 185+1+108=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9016C is #46FE93. Grayscale: #434343. Windows color (decimal): -4652692 or 7078329. OLE color: 7078329.

HSL color Cylindrical-coordinate representation of color #B9016C: hue angle of 325.11º 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 #B9016C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 108 -
CMYK 0 0.99 0.42 0.27
HSL 325.11º 0.99% 0.36% -
HSV(B) 325.11º 0.99% 0.73% -
XYZ 22.73 11.42 15.19 -
YUV 68.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 185 1 108 0 0.99 0.42 0.27 325.11 0.99 0.36
Hex B9 1 6C 0 63 2A 1B 145 63 24
Octal 271 1 154 0 143 52 33 505 143 44
Binary 10111001 1 1101100 0 1100011 101010 11011 101000101 1100011 100100

Color Harmonies of #B9016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9016C

Black with #B9016C

Text Example


Text Example

White with #B9016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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