Html Css Color HEX #B9026B Jazzberry Jam

📋 copy color: '#B9026B'

red 185 ◦ green 2 ◦ blue 107

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

Shades of Jazzberry Jam #B9026B

Tints of Jazzberry Jam #B9026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 62.93%
G = 0.68%
B = 36.39%

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

#B9026B (or 0xB9026B) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 6B. RGB value is (185,2,107). Sum of RGB (Red+Green+Blue) = 185+2+107=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9026B is #46FD94. Grayscale: #444444. Windows color (decimal): -4652437 or 7013049. OLE color: 7013049.

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

Color convert

RGB 185 2 107 -
CMYK 0 0.99 0.42 0.27
HSL 325.57º 0.98% 0.37% -
HSV(B) 325.57º 0.99% 0.73% -
XYZ 22.68 11.42 14.92 -
YUV 68.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 185 2 107 0 0.99 0.42 0.27 325.57 0.98 0.37
Hex B9 2 6B 0 63 2A 1B 146 62 25
Octal 271 2 153 0 143 52 33 506 142 45
Binary 10111001 10 1101011 0 1100011 101010 11011 101000110 1100010 100101

Color Harmonies of #B9026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9026B

Black with #B9026B

Text Example


Text Example

White with #B9026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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