Html Css Color HEX #B20C5A Jazzberry Jam

📋 copy color: '#B20C5A'

red 178 ◦ green 12 ◦ blue 90

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

Shades of Jazzberry Jam #B20C5A

Tints of Jazzberry Jam #B20C5A

RGB

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

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

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

R = 63.57%
G = 4.29%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B20C5A (or 0xB20C5A) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 5A. RGB value is (178,12,90). Sum of RGB (Red+Green+Blue) = 178+12+90=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C5A is #4DF3A5. Grayscale: #464646. Windows color (decimal): -5108646 or 5901490. OLE color: 5901490.

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

Color convert

RGB 178 12 90 -
CMYK 0 0.93 0.49 0.30
HSL 331.81º 0.87% 0.37% -
HSV(B) 331.81º 0.93% 0.7% -
XYZ 20.34 10.47 10.62 -
YUV 70.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 178 12 90 0 0.93 0.49 0.30 331.81 0.87 0.37
Hex B2 C 5A 0 5D 31 1E 14C 57 25
Octal 262 14 132 0 135 61 36 514 127 45
Binary 10110010 1100 1011010 0 1011101 110001 11110 101001100 1010111 100101

Color Harmonies of #B20C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C5A

Black with #B20C5A

Text Example


Text Example

White with #B20C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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