Html Css Color HEX #B1005E Jazzberry Jam

📋 copy color: '#B1005E'

red 177 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B1005E

Tints of Jazzberry Jam #B1005E

RGB

 RED value IS 177 (69.53% from 255) = 65.31%

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

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

R = 65.31%
G = 0%
B = 34.69%

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

#B1005E (or 0xB1005E) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 5E. RGB value is (177,0,94). Sum of RGB (Red+Green+Blue) = 177+0+94=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1005E is #4EFFA1. Grayscale: #3F3F3F. Windows color (decimal): -5177250 or 6160561. OLE color: 6160561.

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

Color convert

RGB 177 0 94 -
CMYK 0 1 0.47 0.31
HSL 328.14º 1% 0.35% -
HSV(B) 328.14º 1% 0.69% -
XYZ 20.15 10.16 11.49 -
YUV 63.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 177 0 94 0 1 0.47 0.31 328.14 1 0.35
Hex B1 0 5E 0 64 2F 1F 148 64 23
Octal 261 0 136 0 144 57 37 510 144 43
Binary 10110001 0 1011110 0 1100100 101111 11111 101001000 1100100 100011

Color Harmonies of #B1005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1005E

Black with #B1005E

Text Example


Text Example

White with #B1005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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