Html Css Color HEX #B1085F Jazzberry Jam

📋 copy color: '#B1085F'

red 177 ◦ green 8 ◦ blue 95

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

Shades of Jazzberry Jam #B1085F

Tints of Jazzberry Jam #B1085F

RGB

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

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

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

R = 63.21%
G = 2.86%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1085F (or 0xB1085F) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 5F. RGB value is (177,8,95). Sum of RGB (Red+Green+Blue) = 177+8+95=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1085F is #4EF7A0. Grayscale: #444444. Windows color (decimal): -5175201 or 6228145. OLE color: 6228145.

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

Color convert

RGB 177 8 95 -
CMYK 0 0.95 0.46 0.31
HSL 329.11º 0.91% 0.36% -
HSV(B) 329.11º 0.95% 0.69% -
XYZ 20.28 10.35 11.75 -
YUV 68.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 177 8 95 0 0.95 0.46 0.31 329.11 0.91 0.36
Hex B1 8 5F 0 5F 2E 1F 149 5B 24
Octal 261 10 137 0 137 56 37 511 133 44
Binary 10110001 1000 1011111 0 1011111 101110 11111 101001001 1011011 100100

Color Harmonies of #B1085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1085F

Black with #B1085F

Text Example


Text Example

White with #B1085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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