Html Css Color HEX #B20745 Jazzberry Jam

📋 copy color: '#B20745'

red 178 ◦ green 7 ◦ blue 69

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

Shades of Jazzberry Jam #B20745

Tints of Jazzberry Jam #B20745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 70.08%
G = 2.76%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20745 (or 0xB20745) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 45. RGB value is (178,7,69). Sum of RGB (Red+Green+Blue) = 178+7+69=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B20745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20745 is #4DF8BA. Grayscale: #414141. Windows color (decimal): -5109947 or 4523954. OLE color: 4523954.

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

Color convert

RGB 178 7 69 -
CMYK 0 0.96 0.61 0.30
HSL 338.25º 0.92% 0.36% -
HSV(B) 338.25º 0.96% 0.7% -
XYZ 19.51 10.05 6.54 -
YUV 65.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 178 7 69 0 0.96 0.61 0.30 338.25 0.92 0.36
Hex B2 7 45 0 60 3D 1E 152 5C 24
Octal 262 7 105 0 140 75 36 522 134 44
Binary 10110010 111 1000101 0 1100000 111101 11110 101010010 1011100 100100

Color Harmonies of #B20745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20745

Black with #B20745

Text Example


Text Example

White with #B20745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20745; }

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

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

background-color css

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

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

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

border-color css

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

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

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