Html Css Color HEX #B1154B Jazzberry Jam

📋 copy color: '#B1154B'

red 177 ◦ green 21 ◦ blue 75

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

Shades of Jazzberry Jam #B1154B

Tints of Jazzberry Jam #B1154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 64.84%
G = 7.69%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1154B (or 0xB1154B) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 4B. RGB value is (177,21,75). Sum of RGB (Red+Green+Blue) = 177+21+75=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1154B is #4EEAB4. Grayscale: #494949. Windows color (decimal): -5171893 or 4920753. OLE color: 4920753.

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

Color convert

RGB 177 21 75 -
CMYK 0 0.88 0.58 0.31
HSL 339.23º 0.79% 0.39% -
HSV(B) 339.23º 0.88% 0.69% -
XYZ 19.67 10.39 7.63 -
YUV 73.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 177 21 75 0 0.88 0.58 0.31 339.23 0.79 0.39
Hex B1 15 4B 0 58 3A 1F 153 4F 27
Octal 261 25 113 0 130 72 37 523 117 47
Binary 10110001 10101 1001011 0 1011000 111010 11111 101010011 1001111 100111

Color Harmonies of #B1154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1154B

Black with #B1154B

Text Example


Text Example

White with #B1154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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