Html Css Color HEX #B9076A Jazzberry Jam

📋 copy color: '#B9076A'

red 185 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #B9076A

Tints of Jazzberry Jam #B9076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 62.08%
G = 2.35%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9076A (or 0xB9076A) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 6A. RGB value is (185,7,106). Sum of RGB (Red+Green+Blue) = 185+7+106=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9076A is #46F895. Grayscale: #474747. Windows color (decimal): -4651158 or 6948793. OLE color: 6948793.

HSL color Cylindrical-coordinate representation of color #B9076A: hue angle of 326.63º degrees, saturation: 0.93, 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 #B9076A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 106 -
CMYK 0 0.96 0.43 0.27
HSL 326.63º 0.93% 0.38% -
HSV(B) 326.63º 0.96% 0.73% -
XYZ 22.69 11.51 14.66 -
YUV 71.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 185 7 106 0 0.96 0.43 0.27 326.63 0.93 0.38
Hex B9 7 6A 0 60 2B 1B 147 5D 26
Octal 271 7 152 0 140 53 33 507 135 46
Binary 10111001 111 1101010 0 1100000 101011 11011 101000111 1011101 100110

Color Harmonies of #B9076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9076A

Black with #B9076A

Text Example


Text Example

White with #B9076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9076A; }

 p { color: rgb(185,7,106); }

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

background-color css

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

 a { background-color: rgb(185,7,106); }

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

border-color css

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

 span { border-color: rgb(185,7,106); }

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