Html Css Color HEX #B01474 Jazzberry Jam

📋 copy color: '#B01474'

red 176 ◦ green 20 ◦ blue 116

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

Shades of Jazzberry Jam #B01474

Tints of Jazzberry Jam #B01474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 56.41%
G = 6.41%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B01474 (or 0xB01474) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 74. RGB value is (176,20,116). Sum of RGB (Red+Green+Blue) = 176+20+116=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B01474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01474 is #4FEB8B. Grayscale: #4D4D4D. Windows color (decimal): -5237644 or 7607472. OLE color: 7607472.

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

Color convert

RGB 176 20 116 -
CMYK 0 0.89 0.34 0.31
HSL 323.08º 0.8% 0.38% -
HSV(B) 323.08º 0.89% 0.69% -
XYZ 21.31 10.99 17.52 -
YUV 77.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 176 20 116 0 0.89 0.34 0.31 323.08 0.8 0.38
Hex B0 14 74 0 59 22 1F 143 50 26
Octal 260 24 164 0 131 42 37 503 120 46
Binary 10110000 10100 1110100 0 1011001 100010 11111 101000011 1010000 100110

Color Harmonies of #B01474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01474

Black with #B01474

Text Example


Text Example

White with #B01474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01474; }

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

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

background-color css

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

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

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

border-color css

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

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

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