Html Css Color HEX #B2066E Jazzberry Jam

📋 copy color: '#B2066E'

red 178 ◦ green 6 ◦ blue 110

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

Shades of Jazzberry Jam #B2066E

Tints of Jazzberry Jam #B2066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 60.54%
G = 2.04%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2066E (or 0xB2066E) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 6E. RGB value is (178,6,110). Sum of RGB (Red+Green+Blue) = 178+6+110=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2066E is #4DF991. Grayscale: #454545. Windows color (decimal): -5110162 or 7210674. OLE color: 7210674.

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

Color convert

RGB 178 6 110 -
CMYK 0 0.97 0.38 0.30
HSL 323.72º 0.93% 0.36% -
HSV(B) 323.72º 0.97% 0.7% -
XYZ 21.24 10.72 15.7 -
YUV 69.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 178 6 110 0 0.97 0.38 0.30 323.72 0.93 0.36
Hex B2 6 6E 0 61 26 1E 144 5D 24
Octal 262 6 156 0 141 46 36 504 135 44
Binary 10110010 110 1101110 0 1100001 100110 11110 101000100 1011101 100100

Color Harmonies of #B2066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2066E

Black with #B2066E

Text Example


Text Example

White with #B2066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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