Html Css Color HEX #B1205C Jazzberry Jam

📋 copy color: '#B1205C'

red 177 ◦ green 32 ◦ blue 92

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

Shades of Jazzberry Jam #B1205C

Tints of Jazzberry Jam #B1205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 58.8%
G = 10.63%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1205C (or 0xB1205C) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 5C. RGB value is (177,32,92). Sum of RGB (Red+Green+Blue) = 177+32+92=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1205C is #4EDFA3. Grayscale: #525252. Windows color (decimal): -5169060 or 6037681. OLE color: 6037681.

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

Color convert

RGB 177 32 92 -
CMYK 0 0.82 0.48 0.31
HSL 335.17º 0.69% 0.41% -
HSV(B) 335.17º 0.82% 0.69% -
XYZ 20.58 11.15 11.19 -
YUV 82.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 177 32 92 0 0.82 0.48 0.31 335.17 0.69 0.41
Hex B1 20 5C 0 52 30 1F 14F 45 29
Octal 261 40 134 0 122 60 37 517 105 51
Binary 10110001 100000 1011100 0 1010010 110000 11111 101001111 1000101 101001

Color Harmonies of #B1205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1205C

Black with #B1205C

Text Example


Text Example

White with #B1205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1205C; }

 p { color: rgb(177,32,92); }

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

background-color css

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

 a { background-color: rgb(177,32,92); }

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

border-color css

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

 span { border-color: rgb(177,32,92); }

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