Html Css Color HEX #B90755 Jazzberry Jam

📋 copy color: '#B90755'

red 185 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #B90755

Tints of Jazzberry Jam #B90755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 66.79%
G = 2.53%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B90755 (or 0xB90755) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 55. RGB value is (185,7,85). Sum of RGB (Red+Green+Blue) = 185+7+85=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B90755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90755 is #46F8AA. Grayscale: #444444. Windows color (decimal): -4651179 or 5572537. OLE color: 5572537.

HSL color Cylindrical-coordinate representation of color #B90755: hue angle of 333.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90755 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 85 -
CMYK 0 0.96 0.54 0.27
HSL 333.71º 0.93% 0.38% -
HSV(B) 333.71º 0.96% 0.73% -
XYZ 21.72 11.12 9.6 -
YUV 69.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 185 7 85 0 0.96 0.54 0.27 333.71 0.93 0.38
Hex B9 7 55 0 60 36 1B 14E 5D 26
Octal 271 7 125 0 140 66 33 516 135 46
Binary 10111001 111 1010101 0 1100000 110110 11011 101001110 1011101 100110

Color Harmonies of #B90755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90755

Black with #B90755

Text Example


Text Example

White with #B90755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90755; }

 p { color: rgb(185,7,85); }

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

background-color css

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

 a { background-color: rgb(185,7,85); }

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

border-color css

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

 span { border-color: rgb(185,7,85); }

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