Html Css Color HEX #B1074F Jazzberry Jam

📋 copy color: '#B1074F'

red 177 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #B1074F

Tints of Jazzberry Jam #B1074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 67.3%
G = 2.66%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1074F (or 0xB1074F) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 4F. RGB value is (177,7,79). Sum of RGB (Red+Green+Blue) = 177+7+79=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1074F is #4EF8B0. Grayscale: #414141. Windows color (decimal): -5175473 or 5179313. OLE color: 5179313.

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

Color convert

RGB 177 7 79 -
CMYK 0 0.96 0.55 0.31
HSL 334.59º 0.92% 0.36% -
HSV(B) 334.59º 0.96% 0.69% -
XYZ 19.62 10.06 8.31 -
YUV 66.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 177 7 79 0 0.96 0.55 0.31 334.59 0.92 0.36
Hex B1 7 4F 0 60 37 1F 14F 5C 24
Octal 261 7 117 0 140 67 37 517 134 44
Binary 10110001 111 1001111 0 1100000 110111 11111 101001111 1011100 100100

Color Harmonies of #B1074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1074F

Black with #B1074F

Text Example


Text Example

White with #B1074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1074F; }

 p { color: rgb(177,7,79); }

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

background-color css

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

 a { background-color: rgb(177,7,79); }

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

border-color css

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

 span { border-color: rgb(177,7,79); }

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