Html Css Color HEX #B9006D Jazzberry Jam

📋 copy color: '#B9006D'

red 185 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #B9006D

Tints of Jazzberry Jam #B9006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 62.93%
G = 0%
B = 37.07%

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

#B9006D (or 0xB9006D) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 6D. RGB value is (185,0,109). Sum of RGB (Red+Green+Blue) = 185+0+109=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9006D is #46FF92. Grayscale: #434343. Windows color (decimal): -4652947 or 7143609. OLE color: 7143609.

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

Color convert

RGB 185 0 109 -
CMYK 0 1 0.41 0.27
HSL 324.65º 1% 0.36% -
HSV(B) 324.65º 1% 0.73% -
XYZ 22.77 11.42 15.47 -
YUV 67.74 151.29 211.64 -
System Red Green Blue C M Y K H S L
Decimal 185 0 109 0 1 0.41 0.27 324.65 1 0.36
Hex B9 0 6D 0 64 29 1B 145 64 24
Octal 271 0 155 0 144 51 33 505 144 44
Binary 10111001 0 1101101 0 1100100 101001 11011 101000101 1100100 100100

Color Harmonies of #B9006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9006D

Black with #B9006D

Text Example


Text Example

White with #B9006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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