Html Css Color HEX #B20C5C Jazzberry Jam

📋 copy color: '#B20C5C'

red 178 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #B20C5C

Tints of Jazzberry Jam #B20C5C

RGB

 RED value IS 178 (69.92% from 255) = 63.12%

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 63.12%
G = 4.26%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B20C5C (or 0xB20C5C) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 5C. RGB value is (178,12,92). Sum of RGB (Red+Green+Blue) = 178+12+92=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C5C is #4DF3A3. Grayscale: #464646. Windows color (decimal): -5108644 or 6032562. OLE color: 6032562.

HSL color Cylindrical-coordinate representation of color #B20C5C: hue angle of 331.08º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C5C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 92 -
CMYK 0 0.93 0.48 0.30
HSL 331.08º 0.87% 0.37% -
HSV(B) 331.08º 0.93% 0.7% -
XYZ 20.42 10.5 11.08 -
YUV 70.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 178 12 92 0 0.93 0.48 0.30 331.08 0.87 0.37
Hex B2 C 5C 0 5D 30 1E 14B 57 25
Octal 262 14 134 0 135 60 36 513 127 45
Binary 10110010 1100 1011100 0 1011101 110000 11110 101001011 1010111 100101

Color Harmonies of #B20C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C5C

Black with #B20C5C

Text Example


Text Example

White with #B20C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C5C; }

 p { color: rgb(178,12,92); }

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

background-color css

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

 a { background-color: rgb(178,12,92); }

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

border-color css

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

 span { border-color: rgb(178,12,92); }

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