Html Css Color HEX #B9145D Jazzberry Jam

📋 copy color: '#B9145D'

red 185 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #B9145D

Tints of Jazzberry Jam #B9145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 62.08%
G = 6.71%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9145D (or 0xB9145D) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 5D. RGB value is (185,20,93). Sum of RGB (Red+Green+Blue) = 185+20+93=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9145D is #46EBA2. Grayscale: #4D4D4D. Windows color (decimal): -4647843 or 6100153. OLE color: 6100153.

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

Color convert

RGB 185 20 93 -
CMYK 0 0.89 0.50 0.27
HSL 333.45º 0.8% 0.4% -
HSV(B) 333.45º 0.89% 0.73% -
XYZ 22.23 11.6 11.42 -
YUV 77.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 185 20 93 0 0.89 0.50 0.27 333.45 0.8 0.4
Hex B9 14 5D 0 59 32 1B 14D 50 28
Octal 271 24 135 0 131 62 33 515 120 50
Binary 10111001 10100 1011101 0 1011001 110010 11011 101001101 1010000 101000

Color Harmonies of #B9145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9145D

Black with #B9145D

Text Example


Text Example

White with #B9145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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