Html Css Color HEX #B2015F Jazzberry Jam

📋 copy color: '#B2015F'

red 178 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #B2015F

Tints of Jazzberry Jam #B2015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 64.96%
G = 0.36%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2015F (or 0xB2015F) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 5F. RGB value is (178,1,95). Sum of RGB (Red+Green+Blue) = 178+1+95=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2015F is #4DFEA0. Grayscale: #404040. Windows color (decimal): -5111457 or 6226354. OLE color: 6226354.

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

Color convert

RGB 178 1 95 -
CMYK 0 0.99 0.47 0.30
HSL 328.14º 0.99% 0.35% -
HSV(B) 328.14º 0.99% 0.7% -
XYZ 20.44 10.31 11.74 -
YUV 64.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 178 1 95 0 0.99 0.47 0.30 328.14 0.99 0.35
Hex B2 1 5F 0 63 2F 1E 148 63 23
Octal 262 1 137 0 143 57 36 510 143 43
Binary 10110010 1 1011111 0 1100011 101111 11110 101001000 1100011 100011

Color Harmonies of #B2015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2015F

Black with #B2015F

Text Example


Text Example

White with #B2015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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