Html Css Color HEX #B1086F Jazzberry Jam

📋 copy color: '#B1086F'

red 177 ◦ green 8 ◦ blue 111

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

Shades of Jazzberry Jam #B1086F

Tints of Jazzberry Jam #B1086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 59.8%
G = 2.7%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1086F (or 0xB1086F) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 6F. RGB value is (177,8,111). Sum of RGB (Red+Green+Blue) = 177+8+111=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1086F is #4EF790. Grayscale: #464646. Windows color (decimal): -5175185 or 7276721. OLE color: 7276721.

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

Color convert

RGB 177 8 111 -
CMYK 0 0.95 0.37 0.31
HSL 323.43º 0.91% 0.36% -
HSV(B) 323.43º 0.95% 0.69% -
XYZ 21.09 10.67 15.99 -
YUV 70.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 177 8 111 0 0.95 0.37 0.31 323.43 0.91 0.36
Hex B1 8 6F 0 5F 25 1F 143 5B 24
Octal 261 10 157 0 137 45 37 503 133 44
Binary 10110001 1000 1101111 0 1011111 100101 11111 101000011 1011011 100100

Color Harmonies of #B1086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1086F

Black with #B1086F

Text Example


Text Example

White with #B1086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1086F; }

 p { color: rgb(177,8,111); }

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

background-color css

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

 a { background-color: rgb(177,8,111); }

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

border-color css

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

 span { border-color: rgb(177,8,111); }

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