Html Css Color HEX #B0005E Jazzberry Jam

📋 copy color: '#B0005E'

red 176 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B0005E

Tints of Jazzberry Jam #B0005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 65.19%
G = 0%
B = 34.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0005E (or 0xB0005E) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 5E. RGB value is (176,0,94). Sum of RGB (Red+Green+Blue) = 176+0+94=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0005E is #4FFFA1. Grayscale: #3F3F3F. Windows color (decimal): -5242786 or 6160560. OLE color: 6160560.

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

Color convert

RGB 176 0 94 -
CMYK 0 1 0.47 0.31
HSL 327.95º 1% 0.35% -
HSV(B) 327.95º 1% 0.69% -
XYZ 19.92 10.04 11.48 -
YUV 63.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 176 0 94 0 1 0.47 0.31 327.95 1 0.35
Hex B0 0 5E 0 64 2F 1F 148 64 23
Octal 260 0 136 0 144 57 37 510 144 43
Binary 10110000 0 1011110 0 1100100 101111 11111 101001000 1100100 100011

Color Harmonies of #B0005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0005E

Black with #B0005E

Text Example


Text Example

White with #B0005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0005E; }

 p { color: rgb(176,0,94); }

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

background-color css

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

 a { background-color: rgb(176,0,94); }

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

border-color css

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

 span { border-color: rgb(176,0,94); }

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