Html Css Color HEX #B1054D Jazzberry Jam

📋 copy color: '#B1054D'

red 177 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #B1054D

Tints of Jazzberry Jam #B1054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 68.34%
G = 1.93%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1054D (or 0xB1054D) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 4D. RGB value is (177,5,77). Sum of RGB (Red+Green+Blue) = 177+5+77=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1054D is #4EFAB2. Grayscale: #404040. Windows color (decimal): -5175987 or 5047729. OLE color: 5047729.

HSL color Cylindrical-coordinate representation of color #B1054D: hue angle of 334.88º degrees, saturation: 0.95, 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 #B1054D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 77 -
CMYK 0 0.97 0.56 0.31
HSL 334.88º 0.95% 0.36% -
HSV(B) 334.88º 0.97% 0.69% -
XYZ 19.53 9.99 7.92 -
YUV 64.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 177 5 77 0 0.97 0.56 0.31 334.88 0.95 0.36
Hex B1 5 4D 0 61 38 1F 14F 5F 24
Octal 261 5 115 0 141 70 37 517 137 44
Binary 10110001 101 1001101 0 1100001 111000 11111 101001111 1011111 100100

Color Harmonies of #B1054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1054D

Black with #B1054D

Text Example


Text Example

White with #B1054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1054D; }

 p { color: rgb(177,5,77); }

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

background-color css

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

 a { background-color: rgb(177,5,77); }

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

border-color css

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

 span { border-color: rgb(177,5,77); }

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