Html Css Color HEX #B9006C Jazzberry Jam

📋 copy color: '#B9006C'

red 185 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #B9006C

Tints of Jazzberry Jam #B9006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 63.14%
G = 0%
B = 36.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9006C (or 0xB9006C) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 6C. RGB value is (185,0,108). Sum of RGB (Red+Green+Blue) = 185+0+108=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9006C is #46FF93. Grayscale: #434343. Windows color (decimal): -4652948 or 7078073. OLE color: 7078073.

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

Color convert

RGB 185 0 108 -
CMYK 0 1 0.42 0.27
HSL 324.97º 1% 0.36% -
HSV(B) 324.97º 1% 0.73% -
XYZ 22.71 11.4 15.19 -
YUV 67.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 185 0 108 0 1 0.42 0.27 324.97 1 0.36
Hex B9 0 6C 0 64 2A 1B 145 64 24
Octal 271 0 154 0 144 52 33 505 144 44
Binary 10111001 0 1101100 0 1100100 101010 11011 101000101 1100100 100100

Color Harmonies of #B9006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9006C

Black with #B9006C

Text Example


Text Example

White with #B9006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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