Html Css Color HEX #B90553 Jazzberry Jam

📋 copy color: '#B90553'

red 185 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #B90553

Tints of Jazzberry Jam #B90553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 67.77%
G = 1.83%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B90553 (or 0xB90553) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 53. RGB value is (185,5,83). Sum of RGB (Red+Green+Blue) = 185+5+83=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90553 is #46FAAC. Grayscale: #434343. Windows color (decimal): -4651693 or 5440953. OLE color: 5440953.

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

Color convert

RGB 185 5 83 -
CMYK 0 0.97 0.55 0.27
HSL 334º 0.95% 0.37% -
HSV(B) 334º 0.97% 0.73% -
XYZ 21.62 11.05 9.18 -
YUV 67.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 185 5 83 0 0.97 0.55 0.27 334 0.95 0.37
Hex B9 5 53 0 61 37 1B 14E 5F 25
Octal 271 5 123 0 141 67 33 516 137 45
Binary 10111001 101 1010011 0 1100001 110111 11011 101001110 1011111 100101

Color Harmonies of #B90553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90553

Black with #B90553

Text Example


Text Example

White with #B90553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90553; }

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

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

background-color css

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

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

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

border-color css

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

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

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