Html Css Color HEX #B0015C Jazzberry Jam

📋 copy color: '#B0015C'

red 176 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #B0015C

Tints of Jazzberry Jam #B0015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 65.43%
G = 0.37%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0015C (or 0xB0015C) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 5C. RGB value is (176,1,92). Sum of RGB (Red+Green+Blue) = 176+1+92=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0015C is #4FFEA3. Grayscale: #3F3F3F. Windows color (decimal): -5242532 or 6029744. OLE color: 6029744.

HSL color Cylindrical-coordinate representation of color #B0015C: hue angle of 328.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0015C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 92 -
CMYK 0 0.99 0.48 0.31
HSL 328.8º 0.99% 0.35% -
HSV(B) 328.8º 0.99% 0.69% -
XYZ 19.85 10.02 11.01 -
YUV 63.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 176 1 92 0 0.99 0.48 0.31 328.8 0.99 0.35
Hex B0 1 5C 0 63 30 1F 149 63 23
Octal 260 1 134 0 143 60 37 511 143 43
Binary 10110000 1 1011100 0 1100011 110000 11111 101001001 1100011 100011

Color Harmonies of #B0015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0015C

Black with #B0015C

Text Example


Text Example

White with #B0015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0015C; }

 p { color: rgb(176,1,92); }

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

background-color css

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

 a { background-color: rgb(176,1,92); }

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

border-color css

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

 span { border-color: rgb(176,1,92); }

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