Html Css Color HEX #B9066B Jazzberry Jam

📋 copy color: '#B9066B'

red 185 ◦ green 6 ◦ blue 107

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

Shades of Jazzberry Jam #B9066B

Tints of Jazzberry Jam #B9066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 62.08%
G = 2.01%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9066B (or 0xB9066B) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 6B. RGB value is (185,6,107). Sum of RGB (Red+Green+Blue) = 185+6+107=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9066B is #46F994. Grayscale: #464646. Windows color (decimal): -4651413 or 7014073. OLE color: 7014073.

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

Color convert

RGB 185 6 107 -
CMYK 0 0.97 0.42 0.27
HSL 326.15º 0.94% 0.37% -
HSV(B) 326.15º 0.97% 0.73% -
XYZ 22.73 11.51 14.93 -
YUV 71.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 185 6 107 0 0.97 0.42 0.27 326.15 0.94 0.37
Hex B9 6 6B 0 61 2A 1B 146 5E 25
Octal 271 6 153 0 141 52 33 506 136 45
Binary 10111001 110 1101011 0 1100001 101010 11011 101000110 1011110 100101

Color Harmonies of #B9066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9066B

Black with #B9066B

Text Example


Text Example

White with #B9066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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