Html Css Color HEX #B1085B Jazzberry Jam

📋 copy color: '#B1085B'

red 177 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #B1085B

Tints of Jazzberry Jam #B1085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 64.13%
G = 2.9%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1085B (or 0xB1085B) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 5B. RGB value is (177,8,91). Sum of RGB (Red+Green+Blue) = 177+8+91=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1085B is #4EF7A4. Grayscale: #434343. Windows color (decimal): -5175205 or 5966001. OLE color: 5966001.

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

Color convert

RGB 177 8 91 -
CMYK 0 0.95 0.49 0.31
HSL 330.53º 0.91% 0.36% -
HSV(B) 330.53º 0.95% 0.69% -
XYZ 20.11 10.28 10.82 -
YUV 67.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 177 8 91 0 0.95 0.49 0.31 330.53 0.91 0.36
Hex B1 8 5B 0 5F 31 1F 14B 5B 24
Octal 261 10 133 0 137 61 37 513 133 44
Binary 10110001 1000 1011011 0 1011111 110001 11111 101001011 1011011 100100

Color Harmonies of #B1085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1085B

Black with #B1085B

Text Example


Text Example

White with #B1085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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