Html Css Color HEX #B1085C Jazzberry Jam

📋 copy color: '#B1085C'

red 177 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B1085C

Tints of Jazzberry Jam #B1085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 63.9%
G = 2.89%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1085C (or 0xB1085C) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 5C. RGB value is (177,8,92). Sum of RGB (Red+Green+Blue) = 177+8+92=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1085C is #4EF7A3. Grayscale: #434343. Windows color (decimal): -5175204 or 6031537. OLE color: 6031537.

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

Color convert

RGB 177 8 92 -
CMYK 0 0.95 0.48 0.31
HSL 330.18º 0.91% 0.36% -
HSV(B) 330.18º 0.95% 0.69% -
XYZ 20.15 10.29 11.05 -
YUV 68.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 177 8 92 0 0.95 0.48 0.31 330.18 0.91 0.36
Hex B1 8 5C 0 5F 30 1F 14A 5B 24
Octal 261 10 134 0 137 60 37 512 133 44
Binary 10110001 1000 1011100 0 1011111 110000 11111 101001010 1011011 100100

Color Harmonies of #B1085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1085C

Black with #B1085C

Text Example


Text Example

White with #B1085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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