Html Css Color HEX #B1015F Jazzberry Jam

📋 copy color: '#B1015F'

red 177 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #B1015F

Tints of Jazzberry Jam #B1015F

RGB

 RED value IS 177 (69.53% from 255) = 64.84%

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

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

R = 64.84%
G = 0.37%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1015F (or 0xB1015F) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 5F. RGB value is (177,1,95). Sum of RGB (Red+Green+Blue) = 177+1+95=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1015F is #4EFEA0. Grayscale: #404040. Windows color (decimal): -5176993 or 6226353. OLE color: 6226353.

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

Color convert

RGB 177 1 95 -
CMYK 0 0.99 0.46 0.31
HSL 327.95º 0.99% 0.35% -
HSV(B) 327.95º 0.99% 0.69% -
XYZ 20.21 10.2 11.73 -
YUV 64.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 177 1 95 0 0.99 0.46 0.31 327.95 0.99 0.35
Hex B1 1 5F 0 63 2E 1F 148 63 23
Octal 261 1 137 0 143 56 37 510 143 43
Binary 10110001 1 1011111 0 1100011 101110 11111 101001000 1100011 100011

Color Harmonies of #B1015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1015F

Black with #B1015F

Text Example


Text Example

White with #B1015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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