Html Css Color HEX #B90652 Jazzberry Jam

📋 copy color: '#B90652'

red 185 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #B90652

Tints of Jazzberry Jam #B90652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 67.77%
G = 2.2%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90652 (or 0xB90652) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 52. RGB value is (185,6,82). Sum of RGB (Red+Green+Blue) = 185+6+82=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90652 is #46F9AD. Grayscale: #444444. Windows color (decimal): -4651438 or 5375673. OLE color: 5375673.

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

Color convert

RGB 185 6 82 -
CMYK 0 0.97 0.56 0.27
HSL 334.53º 0.94% 0.37% -
HSV(B) 334.53º 0.97% 0.73% -
XYZ 21.6 11.05 8.98 -
YUV 68.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 185 6 82 0 0.97 0.56 0.27 334.53 0.94 0.37
Hex B9 6 52 0 61 38 1B 14F 5E 25
Octal 271 6 122 0 141 70 33 517 136 45
Binary 10111001 110 1010010 0 1100001 111000 11011 101001111 1011110 100101

Color Harmonies of #B90652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90652

Black with #B90652

Text Example


Text Example

White with #B90652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90652; }

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

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

background-color css

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

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

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

border-color css

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

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

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