Html Css Color HEX #B9005C Jazzberry Jam

📋 copy color: '#B9005C'

red 185 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #B9005C

Tints of Jazzberry Jam #B9005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 66.79%
G = 0%
B = 33.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9005C (or 0xB9005C) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 5C. RGB value is (185,0,92). Sum of RGB (Red+Green+Blue) = 185+0+92=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9005C is #46FFA3. Grayscale: #414141. Windows color (decimal): -4652964 or 6029497. OLE color: 6029497.

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

Color convert

RGB 185 0 92 -
CMYK 0 1 0.50 0.27
HSL 330.16º 1% 0.36% -
HSV(B) 330.16º 1% 0.73% -
XYZ 21.94 11.09 11.11 -
YUV 65.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 185 0 92 0 1 0.50 0.27 330.16 1 0.36
Hex B9 0 5C 0 64 32 1B 14A 64 24
Octal 271 0 134 0 144 62 33 512 144 44
Binary 10111001 0 1011100 0 1100100 110010 11011 101001010 1100100 100100

Color Harmonies of #B9005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9005C

Black with #B9005C

Text Example


Text Example

White with #B9005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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