Html Css Color HEX #B9026C Jazzberry Jam

📋 copy color: '#B9026C'

red 185 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #B9026C

Tints of Jazzberry Jam #B9026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 62.71%
G = 0.68%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9026C (or 0xB9026C) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 6C. RGB value is (185,2,108). Sum of RGB (Red+Green+Blue) = 185+2+108=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9026C is #46FD93. Grayscale: #444444. Windows color (decimal): -4652436 or 7078585. OLE color: 7078585.

HSL color Cylindrical-coordinate representation of color #B9026C: hue angle of 325.25º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9026C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 108 -
CMYK 0 0.99 0.42 0.27
HSL 325.25º 0.98% 0.37% -
HSV(B) 325.25º 0.99% 0.73% -
XYZ 22.74 11.44 15.2 -
YUV 68.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 185 2 108 0 0.99 0.42 0.27 325.25 0.98 0.37
Hex B9 2 6C 0 63 2A 1B 145 62 25
Octal 271 2 154 0 143 52 33 505 142 45
Binary 10111001 10 1101100 0 1100011 101010 11011 101000101 1100010 100101

Color Harmonies of #B9026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9026C

Black with #B9026C

Text Example


Text Example

White with #B9026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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