Html Css Color HEX #B2165A Jazzberry Jam

📋 copy color: '#B2165A'

red 178 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #B2165A

Tints of Jazzberry Jam #B2165A

RGB

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

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

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

R = 61.38%
G = 7.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2165A (or 0xB2165A) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 5A. RGB value is (178,22,90). Sum of RGB (Red+Green+Blue) = 178+22+90=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2165A is #4DE9A5. Grayscale: #4C4C4C. Windows color (decimal): -5106086 or 5904050. OLE color: 5904050.

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

Color convert

RGB 178 22 90 -
CMYK 0 0.88 0.49 0.30
HSL 333.85º 0.78% 0.39% -
HSV(B) 333.85º 0.88% 0.7% -
XYZ 20.49 10.78 10.67 -
YUV 76.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 178 22 90 0 0.88 0.49 0.30 333.85 0.78 0.39
Hex B2 16 5A 0 58 31 1E 14E 4E 27
Octal 262 26 132 0 130 61 36 516 116 47
Binary 10110010 10110 1011010 0 1011000 110001 11110 101001110 1001110 100111

Color Harmonies of #B2165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2165A

Black with #B2165A

Text Example


Text Example

White with #B2165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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