Html Css Color HEX #B20165 Jazzberry Jam

📋 copy color: '#B20165'

red 178 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #B20165

Tints of Jazzberry Jam #B20165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 63.57%
G = 0.36%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20165 (or 0xB20165) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 65. RGB value is (178,1,101). Sum of RGB (Red+Green+Blue) = 178+1+101=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B20165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20165 is #4DFE9A. Grayscale: #414141. Windows color (decimal): -5111451 or 6619570. OLE color: 6619570.

HSL color Cylindrical-coordinate representation of color #B20165: hue angle of 326.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20165 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 101 -
CMYK 0 0.99 0.43 0.30
HSL 326.1º 0.99% 0.35% -
HSV(B) 326.1º 0.99% 0.7% -
XYZ 20.72 10.43 13.23 -
YUV 65.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 178 1 101 0 0.99 0.43 0.30 326.1 0.99 0.35
Hex B2 1 65 0 63 2B 1E 146 63 23
Octal 262 1 145 0 143 53 36 506 143 43
Binary 10110010 1 1100101 0 1100011 101011 11110 101000110 1100011 100011

Color Harmonies of #B20165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20165

Black with #B20165

Text Example


Text Example

White with #B20165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20165; }

 p { color: rgb(178,1,101); }

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

background-color css

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

 a { background-color: rgb(178,1,101); }

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

border-color css

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

 span { border-color: rgb(178,1,101); }

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