Html Css Color HEX #B01673 Jazzberry Jam

📋 copy color: '#B01673'

red 176 ◦ green 22 ◦ blue 115

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

Shades of Jazzberry Jam #B01673

Tints of Jazzberry Jam #B01673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 56.23%
G = 7.03%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B01673 (or 0xB01673) is known color: Jazzberry Jam. HEX triplet: B0, 16 and 73. RGB value is (176,22,115). Sum of RGB (Red+Green+Blue) = 176+22+115=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B01673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01673 is #4FE98C. Grayscale: #4E4E4E. Windows color (decimal): -5237133 or 7542448. OLE color: 7542448.

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

Color convert

RGB 176 22 115 -
CMYK 0 0.88 0.35 0.31
HSL 323.77º 0.78% 0.39% -
HSV(B) 323.77º 0.88% 0.69% -
XYZ 21.29 11.04 17.23 -
YUV 78.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 176 22 115 0 0.88 0.35 0.31 323.77 0.78 0.39
Hex B0 16 73 0 58 23 1F 144 4E 27
Octal 260 26 163 0 130 43 37 504 116 47
Binary 10110000 10110 1110011 0 1011000 100011 11111 101000100 1001110 100111

Color Harmonies of #B01673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01673

Black with #B01673

Text Example


Text Example

White with #B01673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01673; }

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

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

background-color css

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

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

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

border-color css

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

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

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