Html Css Color HEX #B1054B Jazzberry Jam

📋 copy color: '#B1054B'

red 177 ◦ green 5 ◦ blue 75

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

Shades of Jazzberry Jam #B1054B

Tints of Jazzberry Jam #B1054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 68.87%
G = 1.95%
B = 29.18%

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

#B1054B (or 0xB1054B) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 4B. RGB value is (177,5,75). Sum of RGB (Red+Green+Blue) = 177+5+75=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1054B is #4EFAB4. Grayscale: #404040. Windows color (decimal): -5175989 or 4916657. OLE color: 4916657.

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

Color convert

RGB 177 5 75 -
CMYK 0 0.97 0.58 0.31
HSL 335.58º 0.95% 0.36% -
HSV(B) 335.58º 0.97% 0.69% -
XYZ 19.46 9.96 7.55 -
YUV 64.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 177 5 75 0 0.97 0.58 0.31 335.58 0.95 0.36
Hex B1 5 4B 0 61 3A 1F 150 5F 24
Octal 261 5 113 0 141 72 37 520 137 44
Binary 10110001 101 1001011 0 1100001 111010 11111 101010000 1011111 100100

Color Harmonies of #B1054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1054B

Black with #B1054B

Text Example


Text Example

White with #B1054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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