Html Css Color HEX #B21265 Jazzberry Jam

📋 copy color: '#B21265'

red 178 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #B21265

Tints of Jazzberry Jam #B21265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 59.93%
G = 6.06%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B21265 (or 0xB21265) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 65. RGB value is (178,18,101). Sum of RGB (Red+Green+Blue) = 178+18+101=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B21265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21265 is #4DED9A. Grayscale: #4B4B4B. Windows color (decimal): -5107099 or 6623922. OLE color: 6623922.

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

Color convert

RGB 178 18 101 -
CMYK 0 0.90 0.43 0.30
HSL 328.88º 0.82% 0.38% -
HSV(B) 328.88º 0.9% 0.7% -
XYZ 20.93 10.84 13.3 -
YUV 75.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 178 18 101 0 0.90 0.43 0.30 328.88 0.82 0.38
Hex B2 12 65 0 5A 2B 1E 149 52 26
Octal 262 22 145 0 132 53 36 511 122 46
Binary 10110010 10010 1100101 0 1011010 101011 11110 101001001 1010010 100110

Color Harmonies of #B21265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21265

Black with #B21265

Text Example


Text Example

White with #B21265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21265; }

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

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

background-color css

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

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

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

border-color css

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

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

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