Html Css Color HEX #B1215A Jazzberry Jam

📋 copy color: '#B1215A'

red 177 ◦ green 33 ◦ blue 90

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

Shades of Jazzberry Jam #B1215A

Tints of Jazzberry Jam #B1215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30%

R = 59%
G = 11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1215A (or 0xB1215A) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 5A. RGB value is (177,33,90). Sum of RGB (Red+Green+Blue) = 177+33+90=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1215A is #4EDEA5. Grayscale: #525252. Windows color (decimal): -5168806 or 5906865. OLE color: 5906865.

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

Color convert

RGB 177 33 90 -
CMYK 0 0.81 0.49 0.31
HSL 336.25º 0.69% 0.41% -
HSV(B) 336.25º 0.81% 0.69% -
XYZ 20.52 11.17 10.75 -
YUV 82.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 177 33 90 0 0.81 0.49 0.31 336.25 0.69 0.41
Hex B1 21 5A 0 51 31 1F 150 45 29
Octal 261 41 132 0 121 61 37 520 105 51
Binary 10110001 100001 1011010 0 1010001 110001 11111 101010000 1000101 101001

Color Harmonies of #B1215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1215A

Black with #B1215A

Text Example


Text Example

White with #B1215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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