Html Css Color HEX #B0166D Jazzberry Jam

📋 copy color: '#B0166D'

red 176 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #B0166D

Tints of Jazzberry Jam #B0166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 57.33%
G = 7.17%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0166D (or 0xB0166D) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 6D. RGB value is (176,22,109). Sum of RGB (Red+Green+Blue) = 176+22+109=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0166D is #4FE992. Grayscale: #4D4D4D. Windows color (decimal): -5237139 or 7149232. OLE color: 7149232.

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

Color convert

RGB 176 22 109 -
CMYK 0 0.88 0.38 0.31
HSL 326.1º 0.78% 0.39% -
HSV(B) 326.1º 0.88% 0.69% -
XYZ 20.95 10.91 15.47 -
YUV 77.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 176 22 109 0 0.88 0.38 0.31 326.1 0.78 0.39
Hex B0 16 6D 0 58 26 1F 146 4E 27
Octal 260 26 155 0 130 46 37 506 116 47
Binary 10110000 10110 1101101 0 1011000 100110 11111 101000110 1001110 100111

Color Harmonies of #B0166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0166D

Black with #B0166D

Text Example


Text Example

White with #B0166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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