Html Css Color HEX #B9145F Jazzberry Jam

📋 copy color: '#B9145F'

red 185 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #B9145F

Tints of Jazzberry Jam #B9145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 61.67%
G = 6.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9145F (or 0xB9145F) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 5F. RGB value is (185,20,95). Sum of RGB (Red+Green+Blue) = 185+20+95=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9145F is #46EBA0. Grayscale: #4D4D4D. Windows color (decimal): -4647841 or 6231225. OLE color: 6231225.

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

Color convert

RGB 185 20 95 -
CMYK 0 0.89 0.49 0.27
HSL 332.73º 0.8% 0.4% -
HSV(B) 332.73º 0.89% 0.73% -
XYZ 22.32 11.64 11.9 -
YUV 77.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 185 20 95 0 0.89 0.49 0.27 332.73 0.8 0.4
Hex B9 14 5F 0 59 31 1B 14D 50 28
Octal 271 24 137 0 131 61 33 515 120 50
Binary 10111001 10100 1011111 0 1011001 110001 11011 101001101 1010000 101000

Color Harmonies of #B9145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9145F

Black with #B9145F

Text Example


Text Example

White with #B9145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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