Html Css Color HEX #B90D52 Jazzberry Jam

📋 copy color: '#B90D52'

red 185 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #B90D52

Tints of Jazzberry Jam #B90D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

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

R = 66.07%
G = 4.64%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90D52 (or 0xB90D52) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 52. RGB value is (185,13,82). Sum of RGB (Red+Green+Blue) = 185+13+82=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D52 is #46F2AD. Grayscale: #484848. Windows color (decimal): -4649646 or 5377465. OLE color: 5377465.

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

Color convert

RGB 185 13 82 -
CMYK 0 0.93 0.56 0.27
HSL 335.93º 0.87% 0.39% -
HSV(B) 335.93º 0.93% 0.73% -
XYZ 21.67 11.21 9 -
YUV 72.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 185 13 82 0 0.93 0.56 0.27 335.93 0.87 0.39
Hex B9 D 52 0 5D 38 1B 150 57 27
Octal 271 15 122 0 135 70 33 520 127 47
Binary 10111001 1101 1010010 0 1011101 111000 11011 101010000 1010111 100111

Color Harmonies of #B90D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D52

Black with #B90D52

Text Example


Text Example

White with #B90D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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