Html Css Color HEX #B1124B Jazzberry Jam

📋 copy color: '#B1124B'

red 177 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #B1124B

Tints of Jazzberry Jam #B1124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 65.56%
G = 6.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1124B (or 0xB1124B) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 4B. RGB value is (177,18,75). Sum of RGB (Red+Green+Blue) = 177+18+75=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1124B is #4EEDB4. Grayscale: #474747. Windows color (decimal): -5172661 or 4919985. OLE color: 4919985.

HSL color Cylindrical-coordinate representation of color #B1124B: hue angle of 338.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1124B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 75 -
CMYK 0 0.90 0.58 0.31
HSL 338.49º 0.82% 0.38% -
HSV(B) 338.49º 0.9% 0.69% -
XYZ 19.62 10.29 7.61 -
YUV 72.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 177 18 75 0 0.90 0.58 0.31 338.49 0.82 0.38
Hex B1 12 4B 0 5A 3A 1F 152 52 26
Octal 261 22 113 0 132 72 37 522 122 46
Binary 10110001 10010 1001011 0 1011010 111010 11111 101010010 1010010 100110

Color Harmonies of #B1124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1124B

Black with #B1124B

Text Example


Text Example

White with #B1124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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