Html Css Color HEX #B1044B Jazzberry Jam

📋 copy color: '#B1044B'

red 177 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #B1044B

Tints of Jazzberry Jam #B1044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 69.14%
G = 1.56%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1044B (or 0xB1044B) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 4B. RGB value is (177,4,75). Sum of RGB (Red+Green+Blue) = 177+4+75=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1044B is #4EFBB4. Grayscale: #3F3F3F. Windows color (decimal): -5176245 or 4916401. OLE color: 4916401.

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

Color convert

RGB 177 4 75 -
CMYK 0 0.98 0.58 0.31
HSL 335.38º 0.96% 0.35% -
HSV(B) 335.38º 0.98% 0.69% -
XYZ 19.44 9.94 7.55 -
YUV 63.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 177 4 75 0 0.98 0.58 0.31 335.38 0.96 0.35
Hex B1 4 4B 0 62 3A 1F 14F 60 23
Octal 261 4 113 0 142 72 37 517 140 43
Binary 10110001 100 1001011 0 1100010 111010 11111 101001111 1100000 100011

Color Harmonies of #B1044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1044B

Black with #B1044B

Text Example


Text Example

White with #B1044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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