Html Css Color HEX #B10040 Jazzberry Jam

📋 copy color: '#B10040'

red 177 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #B10040

Tints of Jazzberry Jam #B10040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 73.44%
G = 0%
B = 26.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B10040 (or 0xB10040) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 40. RGB value is (177,0,64). Sum of RGB (Red+Green+Blue) = 177+0+64=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B10040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10040 is #4EFFBF. Grayscale: #3C3C3C. Windows color (decimal): -5177280 or 4194481. OLE color: 4194481.

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

Color convert

RGB 177 0 64 -
CMYK 0 1 0.64 0.31
HSL 338.31º 1% 0.35% -
HSV(B) 338.31º 1% 0.69% -
XYZ 19.06 9.72 5.72 -
YUV 60.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 177 0 64 0 1 0.64 0.31 338.31 1 0.35
Hex B1 0 40 0 64 40 1F 152 64 23
Octal 261 0 100 0 144 100 37 522 144 43
Binary 10110001 0 1000000 0 1100100 1000000 11111 101010010 1100100 100011

Color Harmonies of #B10040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10040

Black with #B10040

Text Example


Text Example

White with #B10040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10040; }

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

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

background-color css

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

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

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

border-color css

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

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

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