Html Css Color HEX #B0146D Jazzberry Jam

📋 copy color: '#B0146D'

red 176 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #B0146D

Tints of Jazzberry Jam #B0146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 57.7%
G = 6.56%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0146D (or 0xB0146D) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 6D. RGB value is (176,20,109). Sum of RGB (Red+Green+Blue) = 176+20+109=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0146D is #4FEB92. Grayscale: #4C4C4C. Windows color (decimal): -5237651 or 7148720. OLE color: 7148720.

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

Color convert

RGB 176 20 109 -
CMYK 0 0.89 0.38 0.31
HSL 325.77º 0.8% 0.38% -
HSV(B) 325.77º 0.89% 0.69% -
XYZ 20.91 10.83 15.46 -
YUV 76.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 176 20 109 0 0.89 0.38 0.31 325.77 0.8 0.38
Hex B0 14 6D 0 59 26 1F 146 50 26
Octal 260 24 155 0 131 46 37 506 120 46
Binary 10110000 10100 1101101 0 1011001 100110 11111 101000110 1010000 100110

Color Harmonies of #B0146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0146D

Black with #B0146D

Text Example


Text Example

White with #B0146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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