Html Css Color HEX #B1064A Jazzberry Jam

📋 copy color: '#B1064A'

red 177 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #B1064A

Tints of Jazzberry Jam #B1064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 68.87%
G = 2.33%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1064A (or 0xB1064A) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 4A. RGB value is (177,6,74). Sum of RGB (Red+Green+Blue) = 177+6+74=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1064A is #4EF9B5. Grayscale: #404040. Windows color (decimal): -5175734 or 4851377. OLE color: 4851377.

HSL color Cylindrical-coordinate representation of color #B1064A: hue angle of 336.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1064A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 74 -
CMYK 0 0.97 0.58 0.31
HSL 336.14º 0.93% 0.36% -
HSV(B) 336.14º 0.97% 0.69% -
XYZ 19.43 9.97 7.38 -
YUV 64.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 177 6 74 0 0.97 0.58 0.31 336.14 0.93 0.36
Hex B1 6 4A 0 61 3A 1F 150 5D 24
Octal 261 6 112 0 141 72 37 520 135 44
Binary 10110001 110 1001010 0 1100001 111010 11111 101010000 1011101 100100

Color Harmonies of #B1064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1064A

Black with #B1064A

Text Example


Text Example

White with #B1064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1064A; }

 p { color: rgb(177,6,74); }

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

background-color css

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

 a { background-color: rgb(177,6,74); }

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

border-color css

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

 span { border-color: rgb(177,6,74); }

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