Html Css Color HEX #B2015A Jazzberry Jam

📋 copy color: '#B2015A'

red 178 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #B2015A

Tints of Jazzberry Jam #B2015A

RGB

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

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

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

R = 66.17%
G = 0.37%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2015A (or 0xB2015A) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 5A. RGB value is (178,1,90). Sum of RGB (Red+Green+Blue) = 178+1+90=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B2015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2015A is #4DFEA5. Grayscale: #3F3F3F. Windows color (decimal): -5111462 or 5898674. OLE color: 5898674.

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

Color convert

RGB 178 1 90 -
CMYK 0 0.99 0.49 0.30
HSL 329.83º 0.99% 0.35% -
HSV(B) 329.83º 0.99% 0.7% -
XYZ 20.22 10.22 10.58 -
YUV 64.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 178 1 90 0 0.99 0.49 0.30 329.83 0.99 0.35
Hex B2 1 5A 0 63 31 1E 14A 63 23
Octal 262 1 132 0 143 61 36 512 143 43
Binary 10110010 1 1011010 0 1100011 110001 11110 101001010 1100011 100011

Color Harmonies of #B2015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2015A

Black with #B2015A

Text Example


Text Example

White with #B2015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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