Html Css Color HEX #B90353 Jazzberry Jam

📋 copy color: '#B90353'

red 185 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #B90353

Tints of Jazzberry Jam #B90353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 68.27%
G = 1.11%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B90353 (or 0xB90353) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 53. RGB value is (185,3,83). Sum of RGB (Red+Green+Blue) = 185+3+83=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90353 is #46FCAC. Grayscale: #424242. Windows color (decimal): -4652205 or 5440441. OLE color: 5440441.

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

Color convert

RGB 185 3 83 -
CMYK 0 0.98 0.55 0.27
HSL 333.63º 0.97% 0.37% -
HSV(B) 333.63º 0.98% 0.73% -
XYZ 21.6 11 9.17 -
YUV 66.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 185 3 83 0 0.98 0.55 0.27 333.63 0.97 0.37
Hex B9 3 53 0 62 37 1B 14E 61 25
Octal 271 3 123 0 142 67 33 516 141 45
Binary 10111001 11 1010011 0 1100010 110111 11011 101001110 1100001 100101

Color Harmonies of #B90353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90353

Black with #B90353

Text Example


Text Example

White with #B90353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90353; }

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

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

background-color css

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

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

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

border-color css

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

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

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