Html Css Color HEX #B90653 Jazzberry Jam

📋 copy color: '#B90653'

red 185 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #B90653

Tints of Jazzberry Jam #B90653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

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

R = 67.52%
G = 2.19%
B = 30.29%

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

#B90653 (or 0xB90653) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 53. RGB value is (185,6,83). Sum of RGB (Red+Green+Blue) = 185+6+83=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B90653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90653 is #46F9AC. Grayscale: #444444. Windows color (decimal): -4651437 or 5441209. OLE color: 5441209.

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

Color convert

RGB 185 6 83 -
CMYK 0 0.97 0.55 0.27
HSL 334.19º 0.94% 0.37% -
HSV(B) 334.19º 0.97% 0.73% -
XYZ 21.63 11.07 9.18 -
YUV 68.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 185 6 83 0 0.97 0.55 0.27 334.19 0.94 0.37
Hex B9 6 53 0 61 37 1B 14E 5E 25
Octal 271 6 123 0 141 67 33 516 136 45
Binary 10111001 110 1010011 0 1100001 110111 11011 101001110 1011110 100101

Color Harmonies of #B90653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90653

Black with #B90653

Text Example


Text Example

White with #B90653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90653; }

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

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

background-color css

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

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

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

border-color css

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

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

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