Html Css Color HEX #B1215D Jazzberry Jam

📋 copy color: '#B1215D'

red 177 ◦ green 33 ◦ blue 93

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

Shades of Jazzberry Jam #B1215D

Tints of Jazzberry Jam #B1215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 58.42%
G = 10.89%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1215D (or 0xB1215D) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 5D. RGB value is (177,33,93). Sum of RGB (Red+Green+Blue) = 177+33+93=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1215D is #4EDEA2. Grayscale: #525252. Windows color (decimal): -5168803 or 6103473. OLE color: 6103473.

HSL color Cylindrical-coordinate representation of color #B1215D: hue angle of 335º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1215D is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 93 -
CMYK 0 0.81 0.47 0.31
HSL 335º 0.69% 0.41% -
HSV(B) 335º 0.81% 0.69% -
XYZ 20.65 11.23 11.43 -
YUV 82.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 177 33 93 0 0.81 0.47 0.31 335 0.69 0.41
Hex B1 21 5D 0 51 2F 1F 14F 45 29
Octal 261 41 135 0 121 57 37 517 105 51
Binary 10110001 100001 1011101 0 1010001 101111 11111 101001111 1000101 101001

Color Harmonies of #B1215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1215D

Black with #B1215D

Text Example


Text Example

White with #B1215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1215D; }

 p { color: rgb(177,33,93); }

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

background-color css

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

 a { background-color: rgb(177,33,93); }

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

border-color css

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

 span { border-color: rgb(177,33,93); }

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