Html Css Color HEX #B90D5D Jazzberry Jam

📋 copy color: '#B90D5D'

red 185 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #B90D5D

Tints of Jazzberry Jam #B90D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 63.57%
G = 4.47%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B90D5D (or 0xB90D5D) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 5D. RGB value is (185,13,93). Sum of RGB (Red+Green+Blue) = 185+13+93=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D5D is #46F2A2. Grayscale: #494949. Windows color (decimal): -4649635 or 6098361. OLE color: 6098361.

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

Color convert

RGB 185 13 93 -
CMYK 0 0.93 0.50 0.27
HSL 332.09º 0.87% 0.39% -
HSV(B) 332.09º 0.93% 0.73% -
XYZ 22.13 11.39 11.39 -
YUV 73.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 185 13 93 0 0.93 0.50 0.27 332.09 0.87 0.39
Hex B9 D 5D 0 5D 32 1B 14C 57 27
Octal 271 15 135 0 135 62 33 514 127 47
Binary 10111001 1101 1011101 0 1011101 110010 11011 101001100 1010111 100111

Color Harmonies of #B90D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D5D

Black with #B90D5D

Text Example


Text Example

White with #B90D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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