Html Css Color HEX #B0145B Jazzberry Jam

📋 copy color: '#B0145B'

red 176 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #B0145B

Tints of Jazzberry Jam #B0145B

RGB

 RED value IS 176 (69.14% from 255) = 61.32%

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 61.32%
G = 6.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0145B (or 0xB0145B) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 5B. RGB value is (176,20,91). Sum of RGB (Red+Green+Blue) = 176+20+91=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0145B is #4FEBA4. Grayscale: #4A4A4A. Windows color (decimal): -5237669 or 5969072. OLE color: 5969072.

HSL color Cylindrical-coordinate representation of color #B0145B: hue angle of 332.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0145B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 91 -
CMYK 0 0.89 0.48 0.31
HSL 332.69º 0.8% 0.38% -
HSV(B) 332.69º 0.89% 0.69% -
XYZ 20.04 10.49 10.87 -
YUV 74.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 176 20 91 0 0.89 0.48 0.31 332.69 0.8 0.38
Hex B0 14 5B 0 59 30 1F 14D 50 26
Octal 260 24 133 0 131 60 37 515 120 46
Binary 10110000 10100 1011011 0 1011001 110000 11111 101001101 1010000 100110

Color Harmonies of #B0145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0145B

Black with #B0145B

Text Example


Text Example

White with #B0145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0145B; }

 p { color: rgb(176,20,91); }

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

background-color css

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

 a { background-color: rgb(176,20,91); }

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

border-color css

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

 span { border-color: rgb(176,20,91); }

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