Html Css Color HEX #B2064D Jazzberry Jam

📋 copy color: '#B2064D'

red 178 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #B2064D

Tints of Jazzberry Jam #B2064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 68.2%
G = 2.3%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2064D (or 0xB2064D) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 4D. RGB value is (178,6,77). Sum of RGB (Red+Green+Blue) = 178+6+77=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2064D is #4DF9B2. Grayscale: #414141. Windows color (decimal): -5110195 or 5047986. OLE color: 5047986.

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

Color convert

RGB 178 6 77 -
CMYK 0 0.97 0.57 0.30
HSL 335.23º 0.93% 0.36% -
HSV(B) 335.23º 0.97% 0.7% -
XYZ 19.76 10.13 7.93 -
YUV 65.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 178 6 77 0 0.97 0.57 0.30 335.23 0.93 0.36
Hex B2 6 4D 0 61 39 1E 14F 5D 24
Octal 262 6 115 0 141 71 36 517 135 44
Binary 10110010 110 1001101 0 1100001 111001 11110 101001111 1011101 100100

Color Harmonies of #B2064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2064D

Black with #B2064D

Text Example


Text Example

White with #B2064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2064D; }

 p { color: rgb(178,6,77); }

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

background-color css

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

 a { background-color: rgb(178,6,77); }

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

border-color css

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

 span { border-color: rgb(178,6,77); }

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