Html Css Color HEX #B9006A Jazzberry Jam

📋 copy color: '#B9006A'

red 185 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #B9006A

Tints of Jazzberry Jam #B9006A

RGB

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

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

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

R = 63.57%
G = 0%
B = 36.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9006A (or 0xB9006A) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 6A. RGB value is (185,0,106). Sum of RGB (Red+Green+Blue) = 185+0+106=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B9006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9006A is #46FF95. Grayscale: #434343. Windows color (decimal): -4652950 or 6947001. OLE color: 6947001.

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

Color convert

RGB 185 0 106 -
CMYK 0 1 0.43 0.27
HSL 325.62º 1% 0.36% -
HSV(B) 325.62º 1% 0.73% -
XYZ 22.61 11.35 14.64 -
YUV 67.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 185 0 106 0 1 0.43 0.27 325.62 1 0.36
Hex B9 0 6A 0 64 2B 1B 146 64 24
Octal 271 0 152 0 144 53 33 506 144 44
Binary 10111001 0 1101010 0 1100100 101011 11011 101000110 1100100 100100

Color Harmonies of #B9006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9006A

Black with #B9006A

Text Example


Text Example

White with #B9006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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