Html Css Color HEX #B90B5C Jazzberry Jam

📋 copy color: '#B90B5C'

red 185 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #B90B5C

Tints of Jazzberry Jam #B90B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.82%

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 64.24%
G = 3.82%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B90B5C (or 0xB90B5C) is known color: Jazzberry Jam. HEX triplet: B9, 0B and 5C. RGB value is (185,11,92). Sum of RGB (Red+Green+Blue) = 185+11+92=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B5C is #46F4A3. Grayscale: #484848. Windows color (decimal): -4650148 or 6032313. OLE color: 6032313.

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

Color convert

RGB 185 11 92 -
CMYK 0 0.94 0.50 0.27
HSL 332.07º 0.89% 0.38% -
HSV(B) 332.07º 0.94% 0.73% -
XYZ 22.06 11.33 11.15 -
YUV 72.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 185 11 92 0 0.94 0.50 0.27 332.07 0.89 0.38
Hex B9 B 5C 0 5E 32 1B 14C 59 26
Octal 271 13 134 0 136 62 33 514 131 46
Binary 10111001 1011 1011100 0 1011110 110010 11011 101001100 1011001 100110

Color Harmonies of #B90B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B5C

Black with #B90B5C

Text Example


Text Example

White with #B90B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B5C; }

 p { color: rgb(185,11,92); }

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

background-color css

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

 a { background-color: rgb(185,11,92); }

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

border-color css

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

 span { border-color: rgb(185,11,92); }

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