Html Css Color HEX #B2164D Jazzberry Jam

📋 copy color: '#B2164D'

red 178 ◦ green 22 ◦ blue 77

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

Shades of Jazzberry Jam #B2164D

Tints of Jazzberry Jam #B2164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 64.26%
G = 7.94%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2164D (or 0xB2164D) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 4D. RGB value is (178,22,77). Sum of RGB (Red+Green+Blue) = 178+22+77=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2164D is #4DE9B2. Grayscale: #4A4A4A. Windows color (decimal): -5106099 or 5052082. OLE color: 5052082.

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

Color convert

RGB 178 22 77 -
CMYK 0 0.88 0.57 0.30
HSL 338.85º 0.78% 0.39% -
HSV(B) 338.85º 0.88% 0.7% -
XYZ 19.99 10.57 8.01 -
YUV 74.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 178 22 77 0 0.88 0.57 0.30 338.85 0.78 0.39
Hex B2 16 4D 0 58 39 1E 153 4E 27
Octal 262 26 115 0 130 71 36 523 116 47
Binary 10110010 10110 1001101 0 1011000 111001 11110 101010011 1001110 100111

Color Harmonies of #B2164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2164D

Black with #B2164D

Text Example


Text Example

White with #B2164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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