Html Css Color HEX #B90256 Jazzberry Jam

📋 copy color: '#B90256'

red 185 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #B90256

Tints of Jazzberry Jam #B90256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 67.77%
G = 0.73%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B90256 (or 0xB90256) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 56. RGB value is (185,2,86). Sum of RGB (Red+Green+Blue) = 185+2+86=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90256 is #46FDA9. Grayscale: #424242. Windows color (decimal): -4652458 or 5636793. OLE color: 5636793.

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

Color convert

RGB 185 2 86 -
CMYK 0 0.99 0.54 0.27
HSL 332.46º 0.98% 0.37% -
HSV(B) 332.46º 0.99% 0.73% -
XYZ 21.71 11.03 9.79 -
YUV 66.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 185 2 86 0 0.99 0.54 0.27 332.46 0.98 0.37
Hex B9 2 56 0 63 36 1B 14C 62 25
Octal 271 2 126 0 143 66 33 514 142 45
Binary 10111001 10 1010110 0 1100011 110110 11011 101001100 1100010 100101

Color Harmonies of #B90256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90256

Black with #B90256

Text Example


Text Example

White with #B90256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90256; }

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

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

background-color css

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

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

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

border-color css

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

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

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