Html Css Color HEX #B01153 Jazzberry Jam

📋 copy color: '#B01153'

red 176 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #B01153

Tints of Jazzberry Jam #B01153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 63.77%
G = 6.16%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B01153 (or 0xB01153) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 53. RGB value is (176,17,83). Sum of RGB (Red+Green+Blue) = 176+17+83=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B01153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01153 is #4FEEAC. Grayscale: #474747. Windows color (decimal): -5238445 or 5444016. OLE color: 5444016.

HSL color Cylindrical-coordinate representation of color #B01153: hue angle of 335.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01153 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 83 -
CMYK 0 0.90 0.53 0.31
HSL 335.09º 0.82% 0.38% -
HSV(B) 335.09º 0.9% 0.69% -
XYZ 19.67 10.26 9.13 -
YUV 72.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 176 17 83 0 0.90 0.53 0.31 335.09 0.82 0.38
Hex B0 11 53 0 5A 35 1F 14F 52 26
Octal 260 21 123 0 132 65 37 517 122 46
Binary 10110000 10001 1010011 0 1011010 110101 11111 101001111 1010010 100110

Color Harmonies of #B01153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01153

Black with #B01153

Text Example


Text Example

White with #B01153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01153; }

 p { color: rgb(176,17,83); }

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

background-color css

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

 a { background-color: rgb(176,17,83); }

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

border-color css

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

 span { border-color: rgb(176,17,83); }

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