Html Css Color HEX #B1064B Jazzberry Jam

📋 copy color: '#B1064B'

red 177 ◦ green 6 ◦ blue 75

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

Shades of Jazzberry Jam #B1064B

Tints of Jazzberry Jam #B1064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 68.6%
G = 2.33%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1064B (or 0xB1064B) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 4B. RGB value is (177,6,75). Sum of RGB (Red+Green+Blue) = 177+6+75=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1064B is #4EF9B4. Grayscale: #404040. Windows color (decimal): -5175733 or 4916913. OLE color: 4916913.

HSL color Cylindrical-coordinate representation of color #B1064B: hue angle of 335.79º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1064B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 75 -
CMYK 0 0.97 0.58 0.31
HSL 335.79º 0.93% 0.36% -
HSV(B) 335.79º 0.97% 0.69% -
XYZ 19.47 9.99 7.56 -
YUV 65 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 177 6 75 0 0.97 0.58 0.31 335.79 0.93 0.36
Hex B1 6 4B 0 61 3A 1F 150 5D 24
Octal 261 6 113 0 141 72 37 520 135 44
Binary 10110001 110 1001011 0 1100001 111010 11111 101010000 1011101 100100

Color Harmonies of #B1064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1064B

Black with #B1064B

Text Example


Text Example

White with #B1064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1064B; }

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

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

background-color css

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

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

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

border-color css

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

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

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