Html Css Color HEX #B9016B Jazzberry Jam

📋 copy color: '#B9016B'

red 185 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #B9016B

Tints of Jazzberry Jam #B9016B

RGB

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

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

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

R = 63.14%
G = 0.34%
B = 36.52%

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

#B9016B (or 0xB9016B) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 6B. RGB value is (185,1,107). Sum of RGB (Red+Green+Blue) = 185+1+107=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9016B is #46FE94. Grayscale: #434343. Windows color (decimal): -4652693 or 7012793. OLE color: 7012793.

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

Color convert

RGB 185 1 107 -
CMYK 0 0.99 0.42 0.27
HSL 325.43º 0.99% 0.36% -
HSV(B) 325.43º 0.99% 0.73% -
XYZ 22.67 11.4 14.91 -
YUV 68.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 185 1 107 0 0.99 0.42 0.27 325.43 0.99 0.36
Hex B9 1 6B 0 63 2A 1B 145 63 24
Octal 271 1 153 0 143 52 33 505 143 44
Binary 10111001 1 1101011 0 1100011 101010 11011 101000101 1100011 100100

Color Harmonies of #B9016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9016B

Black with #B9016B

Text Example


Text Example

White with #B9016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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