Html Css Color HEX #B90053 Jazzberry Jam

📋 copy color: '#B90053'

red 185 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #B90053

Tints of Jazzberry Jam #B90053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 69.03%
G = 0%
B = 30.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B90053 (or 0xB90053) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 53. RGB value is (185,0,83). Sum of RGB (Red+Green+Blue) = 185+0+83=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B90053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90053 is #46FFAC. Grayscale: #404040. Windows color (decimal): -4652973 or 5439673. OLE color: 5439673.

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

Color convert

RGB 185 0 83 -
CMYK 0 1 0.55 0.27
HSL 333.08º 1% 0.36% -
HSV(B) 333.08º 1% 0.73% -
XYZ 21.57 10.94 9.16 -
YUV 64.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 185 0 83 0 1 0.55 0.27 333.08 1 0.36
Hex B9 0 53 0 64 37 1B 14D 64 24
Octal 271 0 123 0 144 67 33 515 144 44
Binary 10111001 0 1010011 0 1100100 110111 11011 101001101 1100100 100100

Color Harmonies of #B90053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90053

Black with #B90053

Text Example


Text Example

White with #B90053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90053; }

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

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

background-color css

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

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

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

border-color css

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

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

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