Html Css Color HEX #B1014B Jazzberry Jam

📋 copy color: '#B1014B'

red 177 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #B1014B

Tints of Jazzberry Jam #B1014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 69.96%
G = 0.4%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1014B (or 0xB1014B) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 4B. RGB value is (177,1,75). Sum of RGB (Red+Green+Blue) = 177+1+75=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1014B is #4EFEB4. Grayscale: #3D3D3D. Windows color (decimal): -5177013 or 4915633. OLE color: 4915633.

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

Color convert

RGB 177 1 75 -
CMYK 0 0.99 0.58 0.31
HSL 334.77º 0.99% 0.35% -
HSV(B) 334.77º 0.99% 0.69% -
XYZ 19.41 9.88 7.54 -
YUV 62.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 177 1 75 0 0.99 0.58 0.31 334.77 0.99 0.35
Hex B1 1 4B 0 63 3A 1F 14F 63 23
Octal 261 1 113 0 143 72 37 517 143 43
Binary 10110001 1 1001011 0 1100011 111010 11111 101001111 1100011 100011

Color Harmonies of #B1014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1014B

Black with #B1014B

Text Example


Text Example

White with #B1014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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