Html Css Color HEX #B1075F Jazzberry Jam

📋 copy color: '#B1075F'

red 177 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #B1075F

Tints of Jazzberry Jam #B1075F

RGB

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

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

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

R = 63.44%
G = 2.51%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1075F (or 0xB1075F) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 5F. RGB value is (177,7,95). Sum of RGB (Red+Green+Blue) = 177+7+95=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1075F is #4EF8A0. Grayscale: #434343. Windows color (decimal): -5175457 or 6227889. OLE color: 6227889.

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

Color convert

RGB 177 7 95 -
CMYK 0 0.96 0.46 0.31
HSL 328.94º 0.92% 0.36% -
HSV(B) 328.94º 0.96% 0.69% -
XYZ 20.27 10.33 11.75 -
YUV 67.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 177 7 95 0 0.96 0.46 0.31 328.94 0.92 0.36
Hex B1 7 5F 0 60 2E 1F 149 5C 24
Octal 261 7 137 0 140 56 37 511 134 44
Binary 10110001 111 1011111 0 1100000 101110 11111 101001001 1011100 100100

Color Harmonies of #B1075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1075F

Black with #B1075F

Text Example


Text Example

White with #B1075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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