Html Css Color HEX #B20669 Jazzberry Jam

📋 copy color: '#B20669'

red 178 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #B20669

Tints of Jazzberry Jam #B20669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 61.59%
G = 2.08%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B20669 (or 0xB20669) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 69. RGB value is (178,6,105). Sum of RGB (Red+Green+Blue) = 178+6+105=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B20669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20669 is #4DF996. Grayscale: #444444. Windows color (decimal): -5110167 or 6882994. OLE color: 6882994.

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

Color convert

RGB 178 6 105 -
CMYK 0 0.97 0.41 0.30
HSL 325.47º 0.93% 0.36% -
HSV(B) 325.47º 0.97% 0.7% -
XYZ 20.98 10.62 14.31 -
YUV 68.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 178 6 105 0 0.97 0.41 0.30 325.47 0.93 0.36
Hex B2 6 69 0 61 29 1E 145 5D 24
Octal 262 6 151 0 141 51 36 505 135 44
Binary 10110010 110 1101001 0 1100001 101001 11110 101000101 1011101 100100

Color Harmonies of #B20669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20669

Black with #B20669

Text Example


Text Example

White with #B20669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20669; }

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

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

background-color css

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

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

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

border-color css

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

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

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