Html Css Color HEX #B0115C Jazzberry Jam

📋 copy color: '#B0115C'

red 176 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #B0115C

Tints of Jazzberry Jam #B0115C

RGB

 RED value IS 176 (69.14% from 255) = 61.75%

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 61.75%
G = 5.96%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0115C (or 0xB0115C) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 5C. RGB value is (176,17,92). Sum of RGB (Red+Green+Blue) = 176+17+92=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0115C is #4FEEA3. Grayscale: #484848. Windows color (decimal): -5238436 or 6033840. OLE color: 6033840.

HSL color Cylindrical-coordinate representation of color #B0115C: hue angle of 331.7º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0115C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 92 -
CMYK 0 0.90 0.48 0.31
HSL 331.7º 0.82% 0.38% -
HSV(B) 331.7º 0.9% 0.69% -
XYZ 20.04 10.4 11.08 -
YUV 73.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 176 17 92 0 0.90 0.48 0.31 331.7 0.82 0.38
Hex B0 11 5C 0 5A 30 1F 14C 52 26
Octal 260 21 134 0 132 60 37 514 122 46
Binary 10110000 10001 1011100 0 1011010 110000 11111 101001100 1010010 100110

Color Harmonies of #B0115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0115C

Black with #B0115C

Text Example


Text Example

White with #B0115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0115C; }

 p { color: rgb(176,17,92); }

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

background-color css

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

 a { background-color: rgb(176,17,92); }

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

border-color css

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

 span { border-color: rgb(176,17,92); }

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