Html Css Color HEX #B1075D Jazzberry Jam

📋 copy color: '#B1075D'

red 177 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #B1075D

Tints of Jazzberry Jam #B1075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 63.9%
G = 2.53%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1075D (or 0xB1075D) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 5D. RGB value is (177,7,93). Sum of RGB (Red+Green+Blue) = 177+7+93=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1075D is #4EF8A2. Grayscale: #434343. Windows color (decimal): -5175459 or 6096817. OLE color: 6096817.

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

Color convert

RGB 177 7 93 -
CMYK 0 0.96 0.47 0.31
HSL 329.65º 0.92% 0.36% -
HSV(B) 329.65º 0.96% 0.69% -
XYZ 20.18 10.29 11.28 -
YUV 67.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 177 7 93 0 0.96 0.47 0.31 329.65 0.92 0.36
Hex B1 7 5D 0 60 2F 1F 14A 5C 24
Octal 261 7 135 0 140 57 37 512 134 44
Binary 10110001 111 1011101 0 1100000 101111 11111 101001010 1011100 100100

Color Harmonies of #B1075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1075D

Black with #B1075D

Text Example


Text Example

White with #B1075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1075D; }

 p { color: rgb(177,7,93); }

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

background-color css

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

 a { background-color: rgb(177,7,93); }

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

border-color css

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

 span { border-color: rgb(177,7,93); }

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