Html Css Color HEX #B2065A Jazzberry Jam

📋 copy color: '#B2065A'

red 178 ◦ green 6 ◦ blue 90

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

Shades of Jazzberry Jam #B2065A

Tints of Jazzberry Jam #B2065A

RGB

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

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

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

R = 64.96%
G = 2.19%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2065A (or 0xB2065A) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 5A. RGB value is (178,6,90). Sum of RGB (Red+Green+Blue) = 178+6+90=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2065A is #4DF9A5. Grayscale: #424242. Windows color (decimal): -5110182 or 5899954. OLE color: 5899954.

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

Color convert

RGB 178 6 90 -
CMYK 0 0.97 0.49 0.30
HSL 330.7º 0.93% 0.36% -
HSV(B) 330.7º 0.97% 0.7% -
XYZ 20.27 10.33 10.6 -
YUV 67 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 178 6 90 0 0.97 0.49 0.30 330.7 0.93 0.36
Hex B2 6 5A 0 61 31 1E 14B 5D 24
Octal 262 6 132 0 141 61 36 513 135 44
Binary 10110010 110 1011010 0 1100001 110001 11110 101001011 1011101 100100

Color Harmonies of #B2065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2065A

Black with #B2065A

Text Example


Text Example

White with #B2065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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