Html Css Color HEX #B90051 Jazzberry Jam

📋 copy color: '#B90051'

red 185 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #B90051

Tints of Jazzberry Jam #B90051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.45%

R = 69.55%
G = 0%
B = 30.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90051 (or 0xB90051) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 51. RGB value is (185,0,81). Sum of RGB (Red+Green+Blue) = 185+0+81=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B90051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90051 is #46FFAE. Grayscale: #404040. Windows color (decimal): -4652975 or 5308601. OLE color: 5308601.

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

Color convert

RGB 185 0 81 -
CMYK 0 1 0.56 0.27
HSL 333.73º 1% 0.36% -
HSV(B) 333.73º 1% 0.73% -
XYZ 21.49 10.91 8.76 -
YUV 64.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 185 0 81 0 1 0.56 0.27 333.73 1 0.36
Hex B9 0 51 0 64 38 1B 14E 64 24
Octal 271 0 121 0 144 70 33 516 144 44
Binary 10111001 0 1010001 0 1100100 111000 11011 101001110 1100100 100100

Color Harmonies of #B90051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90051

Black with #B90051

Text Example


Text Example

White with #B90051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90051; }

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

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

background-color css

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

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

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

border-color css

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

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

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