Html Css Color HEX #B20761 Jazzberry Jam

📋 copy color: '#B20761'

red 178 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #B20761

Tints of Jazzberry Jam #B20761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 63.12%
G = 2.48%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B20761 (or 0xB20761) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 61. RGB value is (178,7,97). Sum of RGB (Red+Green+Blue) = 178+7+97=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B20761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20761 is #4DF89E. Grayscale: #444444. Windows color (decimal): -5109919 or 6358962. OLE color: 6358962.

HSL color Cylindrical-coordinate representation of color #B20761: hue angle of 328.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20761 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 97 -
CMYK 0 0.96 0.46 0.30
HSL 328.42º 0.92% 0.36% -
HSV(B) 328.42º 0.96% 0.7% -
XYZ 20.59 10.48 12.25 -
YUV 68.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 178 7 97 0 0.96 0.46 0.30 328.42 0.92 0.36
Hex B2 7 61 0 60 2E 1E 148 5C 24
Octal 262 7 141 0 140 56 36 510 134 44
Binary 10110010 111 1100001 0 1100000 101110 11110 101001000 1011100 100100

Color Harmonies of #B20761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20761

Black with #B20761

Text Example


Text Example

White with #B20761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20761; }

 p { color: rgb(178,7,97); }

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

background-color css

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

 a { background-color: rgb(178,7,97); }

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

border-color css

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

 span { border-color: rgb(178,7,97); }

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