Html Css Color HEX #B9006E Jazzberry Jam

📋 copy color: '#B9006E'

red 185 ◦ green 0 ◦ blue 110

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

Shades of Jazzberry Jam #B9006E

Tints of Jazzberry Jam #B9006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 62.71%
G = 0%
B = 37.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9006E (or 0xB9006E) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 6E. RGB value is (185,0,110). Sum of RGB (Red+Green+Blue) = 185+0+110=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9006E is #46FF91. Grayscale: #434343. Windows color (decimal): -4652946 or 7209145. OLE color: 7209145.

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

Color convert

RGB 185 0 110 -
CMYK 0 1 0.41 0.27
HSL 324.32º 1% 0.36% -
HSV(B) 324.32º 1% 0.73% -
XYZ 22.82 11.44 15.76 -
YUV 67.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 185 0 110 0 1 0.41 0.27 324.32 1 0.36
Hex B9 0 6E 0 64 29 1B 144 64 24
Octal 271 0 156 0 144 51 33 504 144 44
Binary 10111001 0 1101110 0 1100100 101001 11011 101000100 1100100 100100

Color Harmonies of #B9006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9006E

Black with #B9006E

Text Example


Text Example

White with #B9006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9006E; }

 p { color: rgb(185,0,110); }

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

background-color css

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

 a { background-color: rgb(185,0,110); }

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

border-color css

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

 span { border-color: rgb(185,0,110); }

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